/*image slider*/
.slidebox{width:1300px;height:400px;margin:0 auto}
.orbit-wrapper{position:relative;}
.div.adsider{width:100%;}
div.adsider div.abox{
border:none;
position: absolute;
top: 0;
left: 0;
line-height: 0;
display:none;
}
div.adsider div.abox img{width:100%}
div.adsider a img{border:none}
div.timer {
display: none;
width: 40px;
height: 40px;
overflow: hidden;
position: absolute;
top: 10px;
left: 10px;
opacity: .6;
cursor: pointer;
z-index: 1001;
}
.orbit-bullets {
position: absolute;
z-index: 1000;
list-style: none;
top: 90%;
left: 50%;
margin-left: -50px;
padding: 0;
}

.orbit-bullets li {
float: left;
margin-left: 10px;
cursor: pointer;
color: #999;
text-indent: -9999px;
background:url(../images/slide/p.png) no-repeat -27px -1px;
width: 22px;
height: 22px;
overflow: hidden;

}
.orbit-bullets li.active {
color: #222;
background-position: -1px -1px;
}

div.slider-nav span{display:none;
position:absolute;z-index:888; cursor:pointer;width:70px;
height:70px;top:45%;}
div.slider-nav span.right {

background: url(../images/slide/r.png) no-repeat scroll -2px -2px transparent;
right:5%;

}
div.slider-nav span.right:hover{background-position:-4px -2px;}
div.slider-nav span.left {
background: url(../images/slide/l.png) no-repeat scroll 0px -2px transparent;
left:5%;
}
div.slider-nav span.left:hover{background-position:2px -2px;}