.lbbox {
	width: 540px;
	position: relative;
}

.lbbox .btnl {
	position: absolute;
}

.lbbox .conbox {
	height: 255px;
	position: relative;
	overflow: hidden;
}

.lbbox .conbox ul {
	position: relative;
	list-style: none;
}

.lbbox .conbox ul li {
	float: left;
	width: 540px;
	height: 255px;
	overflow: hidden;
	z-index: -1
}

.lbbox .conbox ul li:first-child {
	margin-left: 0;
}

.lbbox .conbox ul li img {
	display: block;
	width: 540px!important;
	height: 255px;
	transition: all 0.5s;
}

.lbbox .conbox ul li:hover img {
	transform: scale(1);
}

.BoxSwitch {
	top: -25px;
	text-align: center;				
	position: relative
}

.BoxSwitch span {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 5px;
	background: #ffffff;
	margin: 0 5px;
	border-radius: 4px;
	cursor: pointer;
}

.BoxSwitch span.cur {
	background: red;
}