#slideshow {
	height: 68px;
	width: 550px; 
	padding: 0px;
	float: left;
	margin-top: 5px;
}

#slideshow #thumbgallery #uparrow {
	height: 30px;
	width: 30px;
	float: left;
	padding-right: 4px;
	margin-left:10px;
	margin-top:15px;
}

#slideshow #thumbgallery {
	float: left;
	height: 66px;
	width: 550px;
	padding: 0px;
	border: 0px none #dbdbdb;
	/*background-color: #f3f3f5;*/
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 454px;
	height: 64px;
	float: left;
	overflow: hidden;
	background-color: #f3f3f5;
	padding: 0 0 0 0;
	margin-top: 1px;
	margin-left:4px;	
}

#slideshow #thumbgallery #thumbimages #scrollarea{
	position: relative;
	width: 2200px;
	/* height: 85px; */
	float: left;
	/*overflow: auto;*/
}

#slideshow #thumbgallery #downarrow {
	height: 30px;
	width: 30px;
	float: right;
	background-color: #CCCCCC;
	padding:0px;
	margin-right:10px;
	margin-top:15px;
}


#mainviewer {	
	float: center;
}

#mainviewer #caption {
	font-size:14px;
	text-align: center;
	height: 22px;
	padding-top:7px;
}


#slideshow #thumbgallery #thumbimages img {
	border: 1px solid #000000;
	margin-top:1px;	/* Space between images */
}

#slideshow #thumbgallery #thumbimages img.highlightIV.enabledIV {
	border: 1px solid #004d8f;
	margin-top:1px;	/* Space between images */
}

#slideshow #thumbgallery #thumbimages img.highlightIV.disabledIV {
	border: 1px solid #000000;
	margin-top:1px;	/* Space between images */
}


#slideshow #thumbgallery #thumbimages img.highlightIV.selectedImgIV {
	border: 1px solid #004d8f;
	margin-top:1px;	/* Space between images */
}

