#dhtmlgoodies_slideshow{
	width:712px;	/* Total width of slideshow */
}
#galleryContainer{
	height:135px;
	position:relative;
	overflow:hidden;
	padding:10px;
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding-top:1px;
	height: 135px;
	width: 57px;
	}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding-top:1px;
	height: 135px;
	width: 57px;
}
#theImages{
	position:absolute;
	height:135px;
	left:57px;
	width:1340px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:0px;
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}
#theImages .imageCaption{
	display:none;
}
