#slideshow {
	height: 340px;
	width: 190px; 
	padding: 0px;
	margin: 0px;
}

#slideshow #thumbgallery #uparrow {
	text-align: center;
	width: 180px;
	height: 20px;
	background-color: #82754c;
}

#slideshow #thumbgallery {
	float: left;
	height: 338px;
	width: 180px; 
	border: 2px solid #fae28a;
	background-color: #9e7906;
}

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

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

}

#slideshow #thumbgallery #downarrow {
	text-align: center;
	width: 180px;
	height: 20px;
	background-color: #82754c;
}


#mainviewer {
	width:450px;
	background:#000;
	margin-right:8px;
}

#mainviewer img{
border-right: 2px solid #3c3419;
border-left: 2px solid #3c3419;
border-bottom: 2px solid #fae28a;
border-top: 2px solid #fae28a;
}
#mainviewer #caption {
	text-align: center;
	height: 22px;
}
#primaryimage{
background:#000;
width:450px;
}
#primaryimage img{
}


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

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

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


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


