#slideshow {
	height: 70px;
	width: 800px; /*592px; */
	padding: 0px;
	float: left;
}

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

#slideshow #thumbgallery {
	float: left;
	height: 63px;
	width: 870px; /*592px;*/
	padding: 0px;
	border: 1px solid #b7d4da;
	background-color: #d5e6e7;
}

#slideshow #thumbgallery #thumbimages {
	position: relative;
	width: 830px; /*552px;*/
	height: 63px;
	float: left;
	overflow: hidden;
	background-color: #d5e6e7;
}

#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;
}


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

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


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

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

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


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

.photobox{
	text-align: center;
	padding: 0px 20px 0px 0px;
	background: #FBF2C9;
}



.photoborder {
	border: solid 2px #b7d4da;
	width: 350px;
	height: 250px;
	padding: 0px 0px 0px 0px;
}

