#dhtmlgoodies_slideshow{
	width:740px;	/* Total width of slideshow */
	border:0px solid #006600;
	padding:20px 0 0 0;
}
#previewPane {
	background:url(img/bgr_gallery.gif) no-repeat top left;
	margin-right:20px;	
	text-align:center;
	vertical-align:middle;
	padding:1px;
	/* CSS HACK */
/*	height:375px;	 IE 5.x */
/*	height:375px;	 Other browsers */
/*	height: 375px;*/
	width:500px;		
	float:left;
	border:6px solid #EEEEEE;
}
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
	/* CSS HACK */
		height: 407px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/407px;	/* Other browsers */
		height: /**/407px;
	/* CSS HACK */
		width: 174px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/174px;	/* Other browsers */
		width: /**/174px;
		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:31px;
		text-align:center;
		padding:0 0 5px 0;
		position:absolute;
		overflow:hidden;
		height:333px;	/* Height of boxes for the images */
		border-left:1px solid #EEEEEE;
		border-right:1px solid #EEEEEE;
}
#theImages div {	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
}
#theImages img {
		border:3px solid #EEEEEE;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		margin:10px 0 10px 0;	/* Space between images */
}
#theImages .imageCaption{
		display:none;
}
#largeImageCaption {
	line-height:13px;
	font-size:11px;
	padding:2px 0 2px 0;
}










