#slideshow {
	height: 62px;
	width: 613px; 
	padding: 0px;
	float: left;
	margin-top: 7px;
}

#slideshow #thumbgallery #uparrow {
	height: 62px;
	width: 20px;
	float: left;
	margin:0px;
}

#slideshow #thumbgallery {
	float: left;
	height: 62px;
	width: 613px;
	padding: 0px;
	border: 0px solid #cccccc;
	background-color: #fffff;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 572px;
	height: 62px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	padding: 0 0 0 0;
}

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

#slideshow #thumbgallery #downarrow {
	height: 62px;
	width: 17px;
	float: right;
	background-color: #ffffff;
	padding-left: 2px;
}


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

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


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

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

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


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


