@charset "utf-8";
*{
	padding:0;
	margin:0;
}
img{border:0}

.new_banner{
	width: 999px;
	height: 312px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	_background-image: none;
	background-color: #fffdef;
	float: left;
}
.rslides{
	width: 999px;
	list-style: none;
	padding: 0;
	position: relative;
	height: 312px;
}
.rslides_nav{ width:0px; height:0px; background-image:url(../images/banner_new.png); display:block; position:absolute;  text-indent:0em; overflow:hidden;}

.prev{ background-position:0 0;left:-40px; top:180px;}
.prev:hover{ background-position:0 -36px;}
.next{ background-position:-36px 0;right:-40px; top:180px;}
.next:hover{ background-position:-36px -36px;}
.rslides_tabs{ position:absolute; left:930px; top:275px;clear:both;text-align:center; z-index:99999;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:0px}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px;}
.rslides_tabs .rslides_here a{
	background-color: #600;
}
