#dhtmlgoodies_slideshow {
width:940px;	
position:relative;
/* CSS HACK */
top:-32px; /* IE 5.x */
top/* */:/**/-15px;	/* Other browsers */
top: /**/-15px;
margin-left:auto;
margin-right:auto;
margin-top: 25px;
margin-bottom: 1px;
background-color: #fff;
overflow:hidden;
border:1px solid #fff;
border-top:0px;
}

#galleryContainer {
height:100px;
border:0px solid #fff;
position:relative;
overflow:hidden;
/* CSS HACK */
height: 82px;	/* IE 5.x - Added 2 pixels for border left and right */
height/* */:/**/82px;	/* Other browsers */
height: /**/82px;
}

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

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

#theImages {
position:absolute;
height:1000px;
left:60px;
width:100000px;
}

#theImages #slideEnd {
float:left;
}

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

#theImages .imageCaption {
display:none;
}