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

/* Gallery and Playback Controls
----------------------------------------------- */
#previews {
	margin-left: 75px;
	width: 500px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
	text-align: center;
}
#thumbnails div {
	position: relative;
	width: 34px;
	height: 34px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 34px;
	height: 34px;
	position: absolute;
	border: solid 2px #81D1EF;
}
#picture {
	padding: 0px;
	width: 480px;
	margin: 10px auto;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	overflow: hidden; 
	padding: 3px;
	background-color: #151515;
	background-image: url(/pics/bg-photo-gallery.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#mainImage {
	width: 100%;
	height: 100%;
}
#comment {
	text-align: center;
}
.selectedThumbnail {  border: solid 2px #e63b17 !important; }
.inFocus {  border: solid 2px #fff !important; }
