#dhtmlgoodies_slideshow
{
	width:510px;	/* Total width of slideshow */
}
	
#previewPane
{
	height:279px;	
	margin-bottom:20px;	
	margin-top:10px;
	text-align:center;
	vertical-align:middle;
}

#previewPane img
{
	line-height:279px;
}

#galleryContainer
{
	height:87px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:0px;
	background-color: #E9E9E9;
	width:613px;
}

#arrow_left
{
	position:absolute;
	left:0px;
	z-index:10;
	padding:0px;
	cursor:pointer;
}

#arrow_right
{
	position:absolute;
	right:0px;
	z-index:10;
	padding:0px;
	cursor:pointer;		
}

#theImages
{
	position:absolute;
	height:82px;
	left:40px;
	width:1400px;
	padding-top:5px;
}

#theImages #slideEnd
{
	float:left;
}

#theImages img
{
	float:left;
	padding:1px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	cursor:pointer;
	border:0px;
}

#slide_back
{
	background-color:#E9E9E9;
	border:#CCCCCC 1px solid;
	height:87px;
}