#dhtmlgoodies_slideshow{
width:580px;	/* Total width of slideshow */
margin: 40px auto 20px auto;
}

#previewPane{
	text-align:center;
	vertical-align:middle;
	position:relative;	
	height: 350px;
/*	border:1px solid #D6D6D6;*/
	width: 500px;
	margin: 0 auto 15px auto;
	background:url(../images/gal_bg.jpg) center center no-repeat;
	padding:26px 23px;
}
#previewPane img{
line-height:350px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
font-style:italic;
text-align:center;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
font-size:1px;
display:none;
color: #FFFFFF;
}
#galleryContainer{

height:130px;
position:relative;
overflow:hidden;



}
#arrow_left{
position:absolute;
left:0px;
z-index:10;
background-color: #FFF;
cursor:hand;
}
#arrow_right{
position:absolute;
right:0px;
z-index:10;
background-color: #FFF;
cursor:hand;
		
}
#theImages{
position:absolute;
height:140px;
left:71px;
width:100000px;

}
#theImages #slideEnd{
float:left;
}
#theImages img{
float:left;
filter: alpha(opacity=100);
opacity: 1.5;
cursor:pointer;
margin:0 8px;/* border:1px solid #666;*/
background:url(../images/gal_bg_small.jpg) center center no-repeat; 
padding:10px;
}

#waitMessage{
display:none;
position:absolute;
left:200px;
top:150px;
background-color:#000;
border:1px double #ff0000;
padding:10px;
color:#fff;
font-size:0.9em;
font-family:arial;	
}

#theImages .imageCaption{
display:none;
}

