#slideshow {
	height: 58px;
	width: 500px; 
	padding: 0px;
	float: left;
}

#slideshow #thumbgallery #uparrow {
	height: 51px;
	width:43px;
	float: left;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	border-right:7px solid #fff;
}

#slideshow #thumbgallery {
	float: left;
	height: 51px;
	width: 500px;
	padding: 0px;
	background-color: #ffffff;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 400px;
	height: 51px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}

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

#slideshow #thumbgallery #downarrow {
	height: 51px;
	width:43px;
	float: right;
	background-color: #ffffff;
	padding:0px;
}


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

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


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

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

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


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


