#dhtmlgoodies_slideshow {width: 100%; /*height: 155px;*/ margin: 0; padding: 0;}
	
#previewPane {
	border:1px solid #000;
	margin-right:10px;	
	text-align:center;
	padding-top:30px;
	display: none;
	
	/* CSS HACK */
	height: 452px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/420px;
		
	width:1024px;
	float:left;
}


#galleryContainer {	/* Big Div surrounding up image, list of images and down image */
	position: relative;
	background-color: white;
	/* CSS HACK */
	height: 155px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	/* CSS HACK */
	width: 990px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
    	text-align: center;
    	vertical-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0;
}
#arrow_up {position: absolute; left: -5px; bottom: -34px; z-index: 4; cursor: pointer;}
#arrow_down {position: absolute; right: -9px; bottom: -31px; z-index: 2; cursor: pointer;}
#scroll_bar {position: absolute; left: 36px; bottom: -17px; z-index: 2; cursor: pointer;}


#theImages {	/* DIV where the images are located */
	position:relative;
	float: left;
	overflow: hidden;
	height: 155px;	/* Height of boxes for the images */
	width: 100%;
	text-align: left;
	border: 0;
}
#theImages div {text-align: left; position: relative; width: 10000px;}
#theImages img {border: 2px solid #666;}
	
	#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;
	}
	
	#slideEnd {
	   float: left;
	   height: 120px;
	   width: 50px;
	   border: 0px;
	}
	
	
	
