﻿/**!
 * [图片轮播样式1]
 * author: [zhuyichao];
 */
 

/* 轮播图 */
.wb-slider {
	position: relative;
	overflow: hidden;
}
.wb-slider-conbox {
	overflow: hidden;
}
.wb-slider-ctag {
	position: relative;
}
.wb-slider-ctag img {
	height: 100%;
	width: 100%;
}
.wb-slider-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: "宋体";
	color: #fff;
	background: url(images/mask-bg.png);
	text-align: center;
}
.wb-slider-mask.ellipsis {
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
}
.wb-slider-mask a {
	color: #fff;
}
.wb-slider-switcher {
	position: absolute;
	right: 0;
	bottom: 31px;
	height: 18px;
}
.wb-slider-stag {
	float: left;
	margin-right: 2px;
	height: 16px;
	width: 23px;
	border: 1px solid #709dc3;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #709dc3;
	cursor: pointer;
	font-size: 12px;
	font-family: "宋体";
}
.wb-slider-stag.cur {
	background: #3399ff;
	border-color: #fff;
}


