	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */


	}
	
	#previewPane{
/*		height:400px; */
		border:1px solid #CCCCCC;
		margin-bottom:4px;	
		text-align:center;
		vertical-align:middle;
/*		padding-top:30px; */
	}
	#previewPane img{
		line-height:400px;
		
	}
	#galleryContainer{
		
/*		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		vertical-align:middle;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
	
		position:absolute; 
/*		height:100px; */
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=70);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

