/* The containing box for the gallery_decks. */
#container_decks {
    height:400px; 
	width: 420px;
    left:0px;
    }
/* Removing the list bullets and indentation */
#container_decks ul.decks {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container_decks a.gallery_decks span.decks {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:450px; 
    left:2px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container_decks a.gallery_decks, #container_decks a.gallery_decks:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:2px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container_decks a.slidea_decks {
    background-image: url(images/decks/thumbs/JPEG/Deck%2011170.jpg); 
    height:89px; 
    width:89px;
    }
#container_decks a.slidea1_decks {
    background-image: url(images/decks/thumbs/JPEG/Banser%20003.jpg);  
    height:89px; 
    width:89px;
    }
    
#container_decks a.slidec_decks {
    background-image: url(images/decks/thumbs/JPEG/Deck%204163.jpg); 
    height:89px; 
    width:89px;
    }
#container_decks a.slided_decks {
    background-image: url(images/decks/thumbs/JPEG/Deck%2012171.jpg); 
    height:89px; 
    width:89px;
    }
	/* set the size of the unordered list to neatly house the thumbnails */
#container_decks ul.decks {
    width:400px; 
    height:95px;
    }
#container_decks li.decks {
    float:left;
    }
/* move the thumbnails into the correct position */
#container_decks ul.decks {
    /*float:right;*/
	text-align:center;
    }
/* change the thumbnail border color */
#container_decks a.gallery_decks:hover {
    border:2px solid #ccc; 
    }
#container_decks a.gallery_decks:hover span.decks {
    position:absolute; 
    width: 400px;
    height: 300px;
    top:2453px; 
    left:473px;
    color:#000; 
    background:#fff;
    }
#container_decks a.gallery_decks:hover img.decks {
    border:2px solid #000; 
    margin-right:0px;
    }


