#slideshow {
	height: 65px;
	width: 685px; /*592px; */
	padding: 0px;
	float: left;

}

#slideshow #thumbgallery {
	float: left;
	height: 63px;
	width: 695px;
	padding: 0px;
	border: 1px solid #a3c3d8;
	background-color: #fff;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 655px;
	height: 65px;
	float: left;
	overflow: hidden;
	background-color:none;
	margin-top: 1px;
	
}


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

#slideshow #thumbgallery #downarrow {
	height: 63px;
	float: right;
	background-color: #FBF2C9;
	padding:0px;
}
#slideshow #thumbgallery #uparrow {
	height: 63px;
	float: left;
	background-color: #FBF2C9;
	padding:0;
	margin:0;
	
}


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

#slideshow #mainviewer #caption {
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
}


#slideshow #thumbgallery #thumbimages img {
	border: 1px solid #a3c3d8;
	/* margin-top:0px;	/* Space between images */
	width:85px;
	height:55px;
	margin:2px 2px 0 2px;
	padding:0;
}

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

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


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



