.carousel {
	display: inline-block;
	position: relative;
	width: 1060px;
	height: 595px;
	overflow: hidden;
}
.carousel ul {
	position: absolute;
	left: 0;
	top: 0;
}
.carousel ul li.slider {
	float: left;
	width: 1060px
	height: 595px;
}

.carousel ul li.fade {
	position: absolute;
	left: 0;
	width: 1060px
	height: 595px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel .pagination {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 240px;
	text-align: right;
	z-index: 10;
	display: inline-block;
}
.carousel .pagination .pag-btn {
	display: inline-block;
	width: 40px;
	height: 6px;
	margin: 0 3px;
	background: #fff;
	cursor: pointer;
}
.carousel .pagination .pag-btn.active {
	opacity: 1;
	background: #347bd7;
}
.carousel li a.wz {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 44px;
	padding-left: 14px;
	font: 16px/44px "微软雅黑";
	color: #fff;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.carousel li a.wz:hover {
	text-decoration: underline;
}
