#scrollshow {
margin : 0;
position:relative;
overflow : hidden;
width:958px;
height : 239px;
border-bottom : 1px solid #FFF;
}
#scrollshow a.nav, #scrollshow a.nav {
position:absolute;
top : 0;
color:#FFF;
width : 55px;
height : 240px;
line-height : 210px;
text-align : center;
text-decoration : none;
text-indent : -9999px;
opacity : 0.5;
filter : alpha(opacity=50);
z-index:3;
}
#scrollshow a.nav:hover {
opacity : 0.75;
filter : alpha(opacity=75);
border : none;
}
#scrollshow .prev {
left : 0;
background : url(scrollshow-nav-sprite.gif) no-repeat 5px 95px;
}
#scrollshow .next {
right : 0;
background : url(scrollshow-nav-sprite.gif) no-repeat -100px 95px;
}


#slideshow {
position : relative;
z-index:2;
overflow:hidden;
width:960px;
}
#slideshow ul {
margin:0;
padding-left:320px;
width:3900px;
height : 240px;
}
#slideshow li {
position : relative;
overflow:hidden;
cursor:pointer;
float:left;
margin : 0;
width : 320px;
border-right : 1px solid #FFF;
}
#slideshow li a {
opacity : 0.95;
filter : alpha(opacity=95);
}
#slideshow li a:hover {
opacity : 1;
filter : alpha(opacity=100);
}