#slideshow {
	height: 50px;
	width: 650px; 
	padding: 0px;
	float: left;
}

#slideshow #thumbgallery #uparrow {
	height: 48px;
	float: left;
	background-color: #f5e8d1;
	padding:0px;
	margin:0px;
}

#slideshow #thumbgallery {
	float: left;
	height: 48px;
	width: 650px;
	padding: 0px;
	border: 1px solid #1b569c;
	background-color: #f5e8d1;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 618px;
	height: 47px;
	float: left;
	overflow: hidden;
	background-color: #f5e8d1;
	margin-top: 1px;
}

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

#slideshow #thumbgallery #downarrow {
	height: 48px;
	float: right;
	background-color: #f5e8d1;
	padding:0px;
}


#slideshow #mainviewer {
	float: right;
	height: 608px;
	padding: 0px 4px 4px 4px;
}

#slideshow #mainviewer #caption {
	text-align: center;
	height: 22px;
	padding-top: 4px;
	font-weight: bold;
}


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

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

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


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


