	#dhtmlgoodies_slideshow{
	width:600px;	/* Total width of slideshow */
	height: auto;

	}
	
	#previewPane{
	border:1px solid #EAF7C4;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	width: 96%;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:normal;
	text-align:center;
	font-family: Tahoma;	/* Font to use */
	font-size:11px;
	font-weight: bold;
	color: #5B653C;
	text-decoration: none;
	padding: 2px;
	background-color: #E9F5C2;
	margin-top: 5px;
	border: 1px dotted #BAE439;
	}
	#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:2px solid #C4E855;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
	width: 96%;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EAF7C4;
	background-color: #FFFFFF;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #EAF7C4;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	}
	#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:#F9FCEF;
	border:2px double #9ECA1C;
	padding:4px;
	color:#555;
	font-size:10px;
	font-family:Tahoma;
	}
	
	#theImages .imageCaption{
		display:none;
	}