@charset "utf-8";


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

div#wrap {
	height: 400px;
	margin-top: 20px;
}

#gallerySelect {
	width: 170px;
	margin: 2px 0 0 10px;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #BF0000;
	padding: 3px;
}

#gallerySelect option {
	line-height: 1.3;
}

#previews {
	border: 1px solid #CCCCCC;
	padding: 5px 0px;
	width: 500px;
	background: #EFEFEF;
}
#thumbnails {
	margin: 10px 0 0 10px;
}

#thumbnails div {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 5px;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid #999999;
	cursor: pointer;
}
#picture {
	width: 500px;
	margin: 15px auto 0 auto;
}

#picture img {
	border: 1px solid #999999;
}

#mainImageOutline {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 5px 75px; 
	overflow: hidden; 
}

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