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

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


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


.h1{
	font-size: 18px;
	font-weight:lighter;
	text-align: left;
	background-color : transparent;
	color: #3284d6;
	text-decoration : none;
}

.selected{
	color: #3284d6;}

.hover{
cursor:pointer;
color: #3284d6;}


.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: 0px auto 0px 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: 1px solid #848484;
}
#picture {
	padding: 0px;
	width: 590px;
	float: left;
	margin: 0px;
}
#picture img {
	border: 0px dashed #848484;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #848484;
}
#mainImageOutlinehp {
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	border-top: 0px solid #848484;
	border-right: 0px solid #848484;
	border-bottom: 0px solid #848484;
	border-left: 0px solid #848484;
}
#mainImage {
	width: 100%;
	height: 100%;
}


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

