﻿@CHARSET "UTF-8";

.slider{
	height:350px;
	width:100%;
}
.slider-bar-bg{
	position:absolute;
	bottom:0px;
	height:40px;
	width:100%;
	background-color:#82AED3;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index: 1;
}

.slider-bar{
	margin-left:140px;
	position:absolute;
	bottom:0px;
	height:40px;
	min-width: 1000px;
	max-width: 1280px;
	z-index: 2;
	background: url("about:blank");
}

.slider-bar .left{
	display:block;
	background: url("/static/images/4.png") no-repeat 50% 50%;
	width: 20px;
	height: 38px;
	float: left;
	margin-top: 1px;
	/*position: absolute;*/
	z-index: 2;
}

.slider-bar .slider-period{
	position:absolute;
	width: 190px;
	height: 38px;
	margin: 0 auto;
	z-index: 2;
	left: 410px;
	
}
.slider-bar .right{
	display:block;
	background: url("/static/images/3.png") no-repeat 50% 50%;
	width: 20px;
	margin-top:1px;
	height: 38px;
	float: right;
}

.slider-bar .on{
	background: url("/static/images/1.png") no-repeat 0 0;
	width: 14px;
	height: 14px;
	float: left;
	margin-left: 20px;
	margin-top: 13px;
	cursor: pointer;
}
.slider-bar .out{
	background: url("/static/images/2.png") no-repeat 0 0;
	width: 14px;
	height: 14px;
	float: left;
	margin-left: 20px;
	margin-top: 13px;
	cursor: pointer;
}

.slider-img{
	min-width:1000px;
	max-width:1280px;
	height: 350px;
	margin: 0px auto;
	overflow:hidden;
	clear: both;
	position: relative;
}

.slider-img ul{
	width:7680px;
	height:350px;
	margin-top: 0px;
	margin-left: 0px;
	overflow:hidden; 
	position:absolute;
}

.slider-img ul li{
	float:left;
	width:1280px;
	list-style-type: none;
	height: 350px;
}

.main_image { max-width:1440px; height:400px;overflow:hidden; position:relative;}
.main_image ul {width:9999px; height:400px;overflow:hidden;position:absolute;top:0;left:0;margin:0;}
.main_image li {float:left;width:100%; height:400px;}
.main_image li span {display:block;width:100%; height:400px}

.main_image li .img_1 {background: url('/static/images/toproll_1.jpg') no-repeat}
.main_image li .img_2 {background: url('/static/images/toproll_2.jpg') no-repeat}
.main_image li .img_3 {background: url('/static/images/toproll_3.jpg') no-repeat}
.main_image li .img_4 {background: url('/static/images/toproll_4.jpg') no-repeat}
.main_image li .img_5 {background: url('/static/images/toproll_5.jpg') no-repeat}

div.flicking_con {width:990px; margin:0 auto; position:relative;z-index:10;}
div.flicking_con .flicking_inner {position:absolute; top:370px; left:410px; width:300px; height:21px} /* 121126 */
div.flicking_con a {float:left; width:21px; height:21px; margin:0;position: relative;  padding:0; background:url('/static/images/btn_main_img.png') 0 0 no-repeat; display:block;}
div.flicking_con a.on {background-position:0 -21px;position: relative; }

#btn_prev,#btn_next{z-index:10;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(/static/images/hover_left.png) no-repeat left top;left:30px;}
#btn_next{background:url(/static/images/hover_right.png) no-repeat right top;right:30px;}