	#dhtmlgoodies_slideshow{
		width:396px; height:312px; margin:0px auto;  display:table;/* Total width of slideshow */
		background:url(../images/border.gif) no-repeat;
		padding-left:4px;
		padding-top:5px;
		margin-top:30px;
		
	}
	
	#previewPane{
		padding:5px;
		width:350px;
		position:relative;
	
	}
	#previewPane img{
		line-height:100px;
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:1em;
		width:380px;
		position:absolute;
		z-index:20;
		top:-10px;
		left:0px;
		line-height:18px;
		color:#FFFFFF;
	}
	#galleryContainer{
		width:385px;
		margin-top:5px;
		height:50px;	/* Height of the images + 2 */
		border:0px solid #d6dae5;
		position:relative;
		overflow:hidden;
		padding:1px;		
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:101;
		background-color: #ffffff;
		padding:1px;
	}
	#arrow_right{
	position:absolute;
	right:-1px;
	z-index:102;
	background-color: #ffffff;
	padding:1px;
	}
	#theImages{
		position:absolute;
		height:50px;
		left:16px;
		width:100000px;		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
	/*	 filter: alpha(opacity=80);
		opacity: 0.8;*/
		cursor:pointer;
		border:0px;
	}
		#waitMessage{
		display:none;
		position:absolute;
		vertical-align:middle;
		text-align:center;
		left:50%;
		top:50%;
	}	
	#theImages .imageCaption{
		display:none;
	}
