#slideshow {
	height: 85px;
	width: 761px;
	padding: 0px;
	float: left;
}

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

#slideshow #thumbgallery {
	float: left;
	height: 81px;
	width: 760px;
	padding: 0px;
	border: 1px solid #014A81;
	background-color: transparent;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 720px;
	height: 81px;
	float: left;
	overflow: hidden;
	background-color: #CBE9F1;
}

#slideshow #thumbgallery #thumbimages #scrollarea{
	position: relative;
	width: 2200px;
	float: left;
}

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

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

#mainviewer #CAPTION {
	text-align: center;
	height: 15px;
	padding-top: 4px;
	font-weight: bold;
}
#mainviewer #primaryimage {
	padding:0px;
}

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

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

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


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