	#dhtmlgoodies_slideshow{
		width:610px;	/* Total width of slideshow */
		float:left;
		margin:0 0 0 6px;

	}
	
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		float:left;
		background:#575757;

		width:565px;
		/* CSS HACK */
		height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */

				
	}
	#arrow_left{
		float:left;
	width:15px;
	height:130px;
	z-index:10;
		
		background-color: #484848;
		padding:0 2px;
		background: url(../images/arrow_left.gif) no-repeat 2px 50px #575757;
	border:1px solid #696868;
	}
	#arrow_right{
		float:right;
	width:15px;
	height:130px;
	z-index:10;
	position:relative;

		padding:0 2px;
		background: url(../images/arrow_right.gif) no-repeat 2px 50px #575757;
	border:1px solid #696868;		
	}
	#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:17px 20px;

	background:#575757;
	border:1px solid #696868;
	height:96px;
	}