
.title_slider {
	margin: 10px 0;
	width:100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.title_slider .show {
	width: 100%;
}

.title_slider .show img {
	width: 100%;
	border: 0px;
}

.title_slider .text {
	margin: 0;
	position: absolute;
	bottom:0px;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	height: 30px;
	background: #000;
	z-index: 1;

	text-indent: 10px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.title_slider .num {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	overflow: hidden;
	z-index: 2;
	text-align: right;
}

.title_slider .num a {
	margin: 5px 2px;
	width: 15px;
	height: 15px;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
	line-height: 15px;
	cursor: pointer;
	color: #000;
	background: #D7D6D7;
	text-align: center;
}

.title_slider .num .active {
	background:#FFD116;
	color:#A8471C;
}
