	#dhtmlgoodies_slideshow{
	width:590px;	/* Total width of slideshow */


	}
	
	#previewPane{
	position:relative;
	/* CSS HACK */
		height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 20px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;

	}
	#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:1px solid #2D2D2D;
	position:relative;
	overflow:hidden;
	/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/100px;
				
	}
	#arrow_left{
	position:absolute;
	z-index:10;
	background-color: #2D2D2D;
	padding: 1px;
	left: 0px;
	}
	#arrow_right{
	position:absolute;
	z-index:10;
	background-color: #2D2D2D;
	right: 0px;
	}
	#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:10px;
	font-family:arial;
	}
	
	#theImages .imageCaption{
		display:none;
	}

