@charset "utf-8";

.new_banner{
	width: 1003px;
	margin:0 auto;
	background:url(../images/banner_01.jpg) no-repeat center center;
	position: relative;
}
.rslides{
	position: absolute;
	top: 21px;
	left: 13px;
	width:975px;
	height:462px;
	list-style:none;
}
.rslides_nav{ 
	width:30px; 
	height:45px; 
	background-image:url(../images/banner_new.png); 
	display:block; 
	position:absolute;  
	text-indent:-10em; 
	overflow:hidden;
}
.prev{ 
	background-position:0 0;
	left:30px; 
	top:200px;
}
.prev:hover{ 
	background-position:0 -45px;
}
.next{ 
	background-position:-30px 0;
	right:30px; 
	top:200px;
}
.next:hover{ 
	background-position:-30px -45px;
}
.rslides_tabs{ 
	position:absolute; 
	right:35px; 
	top:452px;
	clear:both;
	text-align:center; 
	z-index:99999;
}
.rslides_tabs li{
	display:inline;
	float:none;
	_float:left;
	*float:left;
}
.rslides_tabs a{
    background-image:url(../images/btn_main.jpg); 
	width:13px; 
	height:13px;  
	overflow:hidden; 
	display:block; 
	float:left; 
	margin-left:14px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.rslides_tabs .rslides_here a{ 
	background-position:0px -13px;
}

