<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slideshow {position:relative;height:415px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 415px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	width:5140px;
    height: 415px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.slider_description .last-active{display:none}
.slider_description .active{display:""}

.ScallPic{width:510px; overflow: hidden;margin:10px auto;}
.spBox {overflow: hidden; position: relative;}
.sp-left{width:27px; height:113px; float:left; background:url(../images/scroll-arrow.jpg) no-repeat 0px 0px;
         cursor: pointer;position: absolute; top:0px; left:5px;}
.sp-right{width:27px; height:113px; float:right; background:url(../images/scroll-arrow.jpg) no-repeat -27px 0px;  
          cursor: pointer;position: absolute; top:0px; right:5px;}
.sp-cont{width:500px;margin: 0px auto;}
</pre></body></html>