@import url(artistSiteStyle2.css);
@import url(lightbox.css);

/* ______________ Gallery _______________ */
#galleryContainer {
	}


#galleryThumbnails {
	width: 400px;
	float: left;
	margin-left:5px;
	line-height: 1;
	z-index:1;
}

#galleryThumbnails ul {
    padding: 6px;
    margin: 0px;
    list-style:none;
}
#galleryThumbnails ul li {
    list-style: none;
    float: left;
    padding-left: 2px;
    padding-top: 2px;
    margin: 2px;
}






/* Gallery sections*/

.jumptoDesc {
	display:block!important;
	text-align:left;
	margin:20px;
	}
	
.jumptoDesc a {
padding:5px;
margin-left:-10px;
background-color:#e6e6e6;
	text-align:left;
	line-height: 1;
	text-align: right;
	vertical-align: middle;
	color: #666666;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	}	

.jumptoDesc a:hover {
	color:#fff;
	background-color:#999999;	}

#categoryList {
	text-align: left;
}

#cssclear {
	clear: both;
	}
	
.jumptoDate {
	float: left;
	width: 60px;
	display: none;
	}	