@CHARSET "UTF-8";

.main-banner-wrapper {
	position: relative;
	height: 180px;
	width: 535px;
	margin-bottom:10px;
}

.main-banner-wrapper .b-item {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}


.main-banner-wrapper .b-item .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	overflow: hidden;
	background: none #000000;
	opacity: 0.6;
	filter: alpha(opacity =   60);
	color: #A72D2C;
	font-size: 11px;
}

.main-banner-wrapper .pl-ul {
	position: absolute;
	left: 250px;
	bottom: -24px;
	margin: 0;
	z-index: 21;
}

.main-banner-wrapper .pl-ul li.bullets {
	list-style: none;
	float: right;
	height: 15px;
	line-height: 15px;
	width: 12px;
	cursor: pointer;
	margin-right: 5px;
	width: 12px;
	background: url("../images/home-slide-thumb-bg.png") no-repeat scroll 0 -12px transparent;
	text-indent:-111111px;
}

.main-banner-wrapper .pl-ul li.bullets.over_item{
	background:url("../images/home-slide-thumb-bg.png") no-repeat scroll 0 -12px transparent;
		
}
.main-banner-wrapper .pl-ul li.number {
	list-style: none;
	float: right;
	margin-right: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #F3F3F3;
	color: #B3B3B3;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin: 0 1px;
	opacity: 0.9;
	overflow: hidden;
	text-align: center;
	width: 28px;
}

.main-banner-wrapper .pl-ul .number.over_item{
	background: none repeat scroll 0 0 #B3B3B3;
	border: 1px solid #B3B3B3;
	color:#FFFFFF;
	font-weight: bold;
}


.main-banner-wrapper .pl-ul .bullets.over_item i {
	background: url("../images/bullets.png") no-repeat scroll -5px -3px
		transparent;
	display: block;
	height: 9px;
	width: 11px;
	text-indent:-111111px;
}
