#slideshow {
	height: 250px;
	width: 80px; 
	padding: 0px;
	margin: 0px;
}

#slideshow #thumbgallery #uparrow {
	text-align: center;
	height: 20px;
	background-color: #CCCCCC;
}

#slideshow #thumbgallery {
	float: left;
	height: 248px;
	width: 61px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	height: 208px; 
	overflow: hidden;
	text-align: center;
	background-color: #EDEDED;
}

#slideshow #thumbgallery #thumbimages #scrollarea{
	height: 2000px;
	position: relative;

}

#slideshow #thumbgallery #downarrow {
	text-align: center;
	height: 20px;
	background-color: #CCCCCC;
}


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

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


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

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

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


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


