﻿#slider-wrapper {
    width:1000x;
    height:300px;
}
#slider {
	position:relative;
	width:1000px;
	height:300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
}
#slider a {
 border:0;
 display:block;
}
.nivoSlider {
 position:relative;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
}
.nivo-slice {
 display:block;
 position:absolute;
 z-index:50;
 height:100%;
}
.bandown{
 width:1020px;
 height:4px;
 background:url(../images/banner_down_r2_c2.jpg) no-repeat; 
}
.nivo-controlNav a {
 font-size:2px;
 clear:both;
}
.nivo-controlNav a.active {
 font-size:2px;
 clear:both;
}
.nivo-controlNav a {
 display:block;
 width:22px;
 height:22px;
 background:url(../images/bullets.png) no-repeat;
 text-indent:-9999px;
 border:0;
 margin-right:3px;
 float:left;
}