	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
		float:left;
		

	}
	
	#galleryContainer{
		
		height:114px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		float:left;
		

		width:565px;
		/* CSS HACK */
		height: 114px;	/* IE 5.x - Added 2 pixels for border left and right */

				
	}
	#arrow_left{
	float:left;
	width:29px;
	height:114px;
	z-index:10;		
	/*padding:0 2px;*/
	margin:5px;
	background: url(images/left-arrow.gif) no-repeat;	
	}
	#arrow_right{
	float:right;
	width:29px;
	height:114px;
	z-index:15;
	position:relative;
	/*padding:0 2px;*/
	margin:5px;
	background: url(images/right-arrow.gif) no-repeat;
		
	}
	#theImages{
		position:absolute;
		height:100px;
		
		width:100000px;

		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
.slide_bg{
	margin:0;
	padding:3px 1px;
	height:96px;
	}