#dhtmlgoodies_slideshow {
margin:0;
margin-left:4px;
width:758px;
background:transparent url(images/slider_bg.gif) repeat-x left top;
}
#galleryContainer {
border:0 solid #CCCCCC;
height:89px;
overflow:hidden;
position:relative;
}
#arrow_left {
background-color:#FFFFFF;
left:0;
padding:0;
position:absolute;
z-index:10;
}
#arrow_left:hover, #arrow_right:hover {cursor:pointer}
#arrow_right {
background-color:#FFFFFF;
padding:0;
position:absolute;
right:0;
z-index:10;
}
#theImages {
height:1000px;
left:40px;
position:absolute;
width:100000px;
padding-top:3px;
}
#theImages #slideEnd {
float:left;
}
#theImages img {
border:0 none;
float:left;
opacity:0.5;
padding:0;
}
#waitMessage {
background-color:#FFFFFF;
border:3px double #000000;
color:#555555;
display:none;
font-family:arial;
font-size:0.9em;
left:200px;
padding:4px;
position:absolute;
top:150px;
}
#theImages .imageCaption {
display:none;
}
