@charset "utf-8";
/* CSS Document */

/* Gallery and Playback Controls
----------------------------------------------- */
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
	cursor:pointer;
}
#thumbnails img {
	width: 50px;
	height: 50px;
	position: absolute;
	border: solid 1px #999;
}
#picture {
	padding: 0px;
	width: 350px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	float:left;
	background-color: #DDD;
	padding: 1em; 
	border:1px solid #999;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
	cursor:pointer;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 1px #082283 !important; }
.inFocus {  border: solid 1px #082283 !important; }
