/**
 * Vmc Slider v1.0.0 图片轮播插件
 * 维米客网页工作室
 * http://www.vomoc.com/vmc/slider/
 * vomoc@qq.com
 * 2015/06/29
 **/
.vui-slider {
	position:relative;
	overflow:hidden;
	background:#999;
}
.vui-slider .vui-items {
	overflow:hidden;
	width:100%;
	height:100%;
}
.vui-slider .vui-item {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vui-slider .vui-item a,
.vui-slider .vui-item img {
	display:block;
	padding:0;
	margin:0;
	border:none;
}
.vui-slider .vui-buttons {
	position:absolute;
	z-index:5;
	bottom:16px;
	left:50%;
	float:left;
	display:inline;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.vui-slider .vui-button {
	float:left;
	display:inline;
	overflow:hidden;
	height:12px;
	width:12px;
	margin:0 10px;
	padding:0;
	border:none;
	border-radius:6px;
	background:#FFF;
	cursor:pointer;
}
.vui-slider .vui-button-cur {
	background-color:#C00;
}
.vui-slider .vui-transfer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.vui-slider .vui-prev {
	position:absolute;
	top:50%;
	left:0;
	z-index:5;
	width:60px;
	height:150px;
	margin-top:-75px;
	border-radius:0 10px 10px 0;
	background:url(prev.gif) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-next {
	position:absolute;
	top:50%;
	right:0;
	z-index:5;
	width:60px;
	height:150px;
	margin-top:-75px;
	border-radius:10px 0 0 10px;
	background:url(next.gif) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-sidebutton-hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	background-color:#000;
}
.slider_div{position: absolute;left: 20px;bottom: 50px;font-size: 24px;color: #ff5700;}
.scott{height:30px; overflow:hidden; text-align:center; padding-top:9px;  line-height:21px; }

.scott>div{float:right;}
	.scott A{border: 1px solid #e1e1e1; PADDING:3.5px 5px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff;    color: #000;
    font-size: 12px;}
	.scott A:hover{border: 1px solid #e1e1e1; text-decoration:none; BACKGROUND-COLOR:#237ac7; color:#FFF;}
	.scott A:active{border: 1px solid #e1e1e1; text-decoration:none; BACKGROUND-COLOR:#237ac7;}
	.scott SPAN.current{border: 1px solid #e1e1e1;font-size: 13px; PADDING:3.5px 5px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #237ac7;MARGIN-RIGHT: 5px;}
	.scott SPAN.disabled{border: 1px solid #e1e1e1; PADDING:3.5px 5px; COLOR:#237ac7; MARGIN-RIGHT: 5px; background:#d8f1ff;}
	.fenye1{text-align: center; clear:both; font-size:12px; line-height:28px; height:56px;  padding:0 5px; margin-top:5px;}

	.wzzw{padding:10px; line-height:21px;}