@charset "UTF-8";
/* CSS Document */

/* Gallery and Playback Controls
----------------------------------------------- */



table.title {
	background-color: #222222;
	/*border-bottom: 1px dashed #848484;*/
}

td.description { padding-top: 5px; }

#descriptionartist {
	padding-top: 10px;
	text-align:justify;
	font-size:13px;
}




#wrap {
	width: 910px;
	padding-top: 0px;
	margin: 0 0px;
}


.h1{
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	color: #fc323c;
	text-decoration : none;
	padding-right:10px;
	font-style: italic;
}

.h2{
	padding-right:30px;
	
}


.selected{
	color: #00FF00;
	
}

.hover{
cursor:pointer;
color: #00FF00;}

.hovernop{
color: #00FF00;}

.datatitle{
	margin:8px 0px;
}



.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}






#gallerySelect { width: 105px; }
#controls {	margin:0 auto 0 auto; }
#galleries {
	margin:0 auto 0px;
}
#galleries label { padding-bottom: 2px; }


#previews {
	padding: 0px 10px 20px 0px;
	margin-bottom: 5px;
	width: 210px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#thumbnails div {
	position: relative;
	width: 36px;
	height: 36px;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 36px;
	height: 36px;
	position: absolute;
	border-top: solid 1px #848484;
	border-right: solid 1px #848484;
	border-bottom: solid 1px #848484;
	border-left: solid 1px #848484;
	}
	


#picture {
	padding: 0;
	width: 100%;
	float: left;
	margin: 0px;
}
#picture img {
	border: 0px dashed #848484;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #848484;
}

#mainImageOutlinehp {
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	border-top: 1px solid #848484;border-bottom: 1px solid #848484;border-right: 1px solid #848484;
}

#mainImage {
	width: 100%;
	height: 100%;
}


.selectedThumbnail {  border-bottom: solid 5px #fc323c !important; }
.inFocus {  border: solid 1px #848484 !important; }

