#dhtmlgoodies_slideshow{
	width:740px;	/* Total width of slideshow */
	border:0px solid #006600;
}
#previewPane {

	background:url(img/bgr_gallery.gif) no-repeat top left;
	margin-right:20px;	
	text-align:center;
	vertical-align:middle;
	padding:10px;
	/* CSS HACK */
	height: 380px;	/* IE 5.x */
	height/* */:/**/380px;	/* Other browsers */
	height: /**/380px;
	width:500px;		
	float:left;
}
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
	/* CSS HACK */
		height: 400px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/400px;	/* Other browsers */
		height: /**/400px;
	/* CSS HACK */
		width: 200px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/200px;	/* Other browsers */
		width: /**/200px;
		border:0px solid #000;	/* Black border */		
		position:relative;
}
#galleryContainer #arrow_down{	/* Arrow down image */
		height:32px;
		position:absolute;
		bottom:0px;
		z-index:100;
}
#galleryContainer #arrow_up{
		height:32px;	/* Arrow up image */
		position:absolute;
		top:0px;
		z-index:100;
}
#theImages{	/* DIV where the images are located */
		top:32px;
		text-align:center;
		padding:10px 0 0 0;
		position:absolute;
		overflow:hidden;
		height:333px;	/* Height of boxes for the images */
		border:1px solid #D7EC63;
		width:198px;
}
#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:10px 0 15px 0;	/* Space between images */
}
#theImages .imageCaption{
		display:none;
}












