/* CSS Document */


/* The containing box for the gallery. */
#container {
    position:relative; 
    width:310px; 
    height:380px; 
    margin:5px; 
	background:url(gallery_start.jpg) no-repeat;  
}
#container p {display:none;}

/* Removing the list bullets and indentation */
#container ul {
    padding:5px 0px 0px 5px; 
    margin:0;
    list-style-type:none;
	width:330px; 
    height:20px; 
    float:left;
}

/* set the size of the unordered list to neatly house the thumbnails */
#container li {
    float:left;
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:0px; 
    left:0px; 
    overflow:hidden; 
    background:#fff;
}

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 3px 1px 3px; 
    text-align:left; 
    }
	
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:299px; 
    height:320px; 
    top:30px; 
    left:5px;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin:0 auto;
	padding: 0px
    }
	
#container a.slidea {
    background: url(../../assets_artists/thumb01.gif); 
    height:20px; 
    width:22px;
}
.slidea .caption{padding: 0px; margin: 0px;}

#container a.slideb {
    background: url(../../assets_artists/thumb02.gif); 
    height:20px; 
    width:22px;
}
.slideb .caption{padding: 0px; margin: 0px;}

#container a.slidec {
    background: url(../../assets_artists/thumb03.gif); 
    height:20px; 
    width:22px;
}
.slidec .caption{padding: 0px; margin: 0px;}

#container a.slided {
    background: url(../../assets_artists/thumb04.gif); 
    height:20px; 
    width:22px;
}
.slided .caption{padding: 0px; margin: 0px;}

#container a.slidee {
    background: url(../../assets_artists/thumb05.gif); 
    height:20px; 
    width:22px;
}
.slidee .caption{padding: 0px; margin: 0px;}

#container a.slidef {
    background: url(../../assets_artists/thumb06.gif); 
    height:20px; 
    width:22px;
}
.slidef .caption{padding: 0px; margin: 0px;}

#container a.slideg {
    background: url(../../assets_artists/thumb07.gif); 
    height:20px; 
    width:22px;
}
.slideg .caption{padding: 0px; margin: 0px;}

#container a.slideh {
    background: url(../../assets_artists/thumb08.gif); 
    height:20px; 
    width:22px;
}
.slideh .caption{padding: 0px; margin: 0px;}

#container a.slidei {
    background: url(../../assets_artists/thumb09.gif); 
    height:20px; 
    width:22px;
}
.slidei .caption{padding: 0px; margin: 0px;}

#container a.slidej {
    background: url(../../assets_artists/thumb10.gif); 
    height:20px; 
    width:22px;
}
.slidej .caption{padding: 0px; margin: 0px;}
