#dhtmlgoodies_slideshow {
	width:654px;
}
	
#previewPane {
	text-align:center;
	width:560px;		
	float:right;	
	/* CSS HACK */
	height: 432px;	/* IE 5.x */
	height/* */:/**/400px;	/* Other browsers */
	height: /**/400px;
}

#waitMessage {
	display:none;
	position:relative;
	left:0;
	top:0;
	background-color:#ffffff;
	border:1px solid #555555;
	padding:4px;
	color:#555555;
	font-size:13px;
	letter-spacing:1px;
	font-family:Times New Roman, Times, serif;
}
	
#galleryContainer {	
	float:left;	
	border-left:1px solid #C4BDBD;
	border-right:1px solid #C4BDBD;	
	padding-left:5px;
	padding-right:5px;
	margin-top:-1px;
	
	/* CSS HACK */
	height: 351px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/351px;	/* Other browsers */
	height: /**/351px;
		
	/* CSS HACK */
	width: 82px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/78px;	/* Other browsers */
	width: /**/78px;	
}
	
#galleryContainer #arrow_down {	
	height:20px;
}

#galleryContainer #arrow_up {
	height:20px;	
}
	
#theImages {	
	position:relative;
	overflow:hidden;
	height:306px;	/* Height of boxes for the images */
}

#theImages div {	
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */	
} 

#theImages img {
	border:0px;	/* No border */
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	padding-top:2px;	/* Space between images */
}

#theImages img.icon {
	border:0px;	/* No border */
	filter:alpha(opacity=100);	/* Transparency - IE */
	opacity:1; /* Transparency - Firefox */
	padding-top:2px;	/* Space between images */
}

#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}

#theImages .imageCaption {
	display:none;
}

#slideshow_nav {
	padding-left:94px;
}
#simplegallery1 {
	margin-bottom:5px;
}