/* Gallery and Playback Controls
----------------------------------------------- */
#controls 
{	
	margin:-4px auto 10px auto; 
	display: none;
}

.playBtn, .pauseBtn, .previousBtn, .nextBtn
{
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	background-image:url(more_arrow.gif); 
	background-repeat:no-repeat; 
	background-position:left center;
	padding: 0px 24px 0px 14px;
	cursor: pointer;
	color: #a09989;
	white-space: nowrap;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#thumbnails {
	clear: both;
	margin: 0px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 15px;
	padding: 0;
	float: left;
	display:inline;
}
.category_ddl
{
	font-size: 8pt;
	color: #605543;
	font-weight:normal;
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#605543;
	width: 183px;
	margin-left: 16px;
	margin-bottom: 16px;
}

#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border: solid 2px transparent;
}

#picture {
	padding: 0px;
	width: 500px;
	float: left;
	display: none;
}

#mainImageOutline {
	margin: 0px auto;
	overflow: hidden; 
	width: 0px;
	height: 0px;
	background-color:#ffffff; 
	border: solid 1px #d4d3d1; 
	padding:12px;
}

#mainImage {
	width: 100%;
	height: 100%;
	max-width: 500px;
}

#picture img {	border: 0px solid #d4d3d1; }
.selectedThumbnail {  border: solid 2px #d25715 !important; }
.inFocus {  border: solid 2px #d25715 !important; }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

