@charset "utf-8";
/* CSS Document */

#container{
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#example{
	 width:100%;
	height:408px;
	position:relative;
}
#ribbon{
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}
#frame{
	position:absolute;
	z-index:0;
	width:100%;
	height:408px;
	top:-3px;
	left:-80px;
}
#slides{
	position:absolute;
	z-index:100; width:100%!important;
}
#slides .next,#slides .prev{
	/*position:absolute;
	top:150px;
	left:0px;
	width:24px;
	height:43px;
	display:none;
	z-index:101;*/
}
.slides_container{
	width:100%;
	height:408px;
	overflow:hidden;
	position:relative;
	margin-left: 0 !important;
}
#slides .next{
	left:914px;
	
}
.pagination{position:absolute; bottom:8px; left:200px; width:1002px; height:186px;}
.pagination li{float:left; display:inline; width:75px; margin:0 25px; height:186px;}
.pagination li a{
display:block; float:left;width:75px;height:186px; overflow:hidden; background:url(../Images/hits_bg.jpg) no-repeat left top;text-indent: -8px;
}
.pagination li.current a{
	background:url(/templates/images/icon01.png) no-repeat left center;width:75px;height:186px;
}
.pagination li a.a_bg_1{ background:#f00;width:75px;height:186px;}
/*
.banner_icon{}
.banner_icon li{}
.banner_icon li img{margin-top:5px; width:75px; height:58px;}
.banner_icon li a{display:block; width:75px; height:93px; font-size:14px; color:#FFF; background:url(../images/icon01.png) no-repeat left top;}
.banner_icon li a:hover{color:#FFF; text-decoration:none; background-position:left bottom;}
.banner_icon li a.on{color:#FFF; text-decoration:none; background-position:left bottom;}
.banner_icon li a span{display:block; width:75px; height:30px; line-height:30px; text-align:center;}