#dhtmlgoodies_slideshow{
 width:545px;	/* Total width of slideshow */
 height:342px;
 background:url(../img/gallery.gif) no-repeat top left;
}
	
#previewPane{
margin-bottom:10px;	
vertical-align:middle;
padding:10px 15px 0 30px;
position:relative;
height: 222px;
float:left;
}
#previewPane img.i1 {
float:left;
width:256px;
display:block;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
font-family:Arial, sans-serif;	/* Font to use */
font-size:12px;
color:#FFFFFF;
width:215px;
float:left;
*float:none;
position:relative;
*position:absolute;
padding-left:20px;
}

#previewPane #largeImageCaption h2 {
padding:0;
margin:0;
font-size:18px;
font-weight:normal;
clear:both;
}
#previewPane #largeImageCaption a {
color:#c81300;
text-decoration:none;
font-size:11px;
}

#previewPane #largeImageCaption p {
padding:10px 0 0 0;
margin:0;
}

#galleryContainer{
padding:0;
margin:0;
position:relative;
overflow:hidden;
background:url(../img/bgr-gallery.gif) no-repeat top left;
height:99px;
width:545px;
float:left;
}
#arrow_left{
position:absolute;
left:0px;
z-index:10;
}
#arrow_right{
position:absolute;
right:0px;
z-index:10;
}
#theImages{
position:absolute;
height:100px;
left:31px;
width:100000px;
}
#theImages #slideEnd{
float:left;
}
#theImages a {
float:left;
background:url(../img/border-img.gif) no-repeat top right;
margin: 10px 10px 0 10px;
padding: 0 10px 0 0;
}

#waitMessage{
}
	
#theImages .imageCaption{
display:none;
}
