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

/* ______________ Gallery _______________ */
#galleryContainer {
	}


#galleryThumbnails {
	width: 400px;
	float: left;
	line-height: 1;
margin-top: 15px;
}

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

.jumptoDesc {
	margin-right: 1px;
	width: 200px;
	z-index:100;
	height: 15px;
	float: left;
	position:relative;
	padding-bottom: 20px;
	}
	
.jumptoDesc a {
	width: auto;
	height: 15px;
	line-height: 1;
	display: block;
	margin-right: 5px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	background: #bac9aa;
	overflow: hidden;
	}	

.jumptoDesc a:hover {
	color:#333333;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}

#categoryList {

	text-align: left;
}

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