.slide-common {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9
}

.slide-common ul {
	position: absolute
}

.slide-common ul li {
	vertical-align: middle;
	float: left
}

.slide-common ul li .img-div {
	width: 100%;
	height: 100%
}

.slide-common ul li a {
	display: block;
	width: 100%;
	height: 100%
}

.slide-common .slide-cursor {
	position: absolute;
	height: 20px;
	bottom: 10px;
	right: 10px
}

.slide-common .slide-cursor b {
	float: left;
	font-weight: normal;
	margin-right: 10px;
	font-size: 12px;
	background-color: #333;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear
}

.slide-common .slide-cursor .b-selected {
	background-color: #188bde
}

.slide-common .slide-cursor b:hover {
	background-color: #188bde
}

.slide-common span {
	cursor: pointer;
	position: absolute;
	width: 36px;
	height: 64px;
	display: block;
	border-radius: 7px 0 0 7px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3F666666', endColorstr='#3F666666')
}

.slide-common span:hover {
	background: #188bde
}

.slide-common span i {
	width: 20px;
	height: 33px;
	display: block;
	background-image: url(../../image/common/common_icons.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	margin-left: 10px
}

.slide-common .slide-prev i {
	background-position: -7px -5px;
}

.slide-common .slide-next i {
	background-position: -37px -5px
}

.slide-common .slide-prev {
	left: -45px;
	border-radius: 0 7px 7px 0;
}

.slide-common .slide-next {
	right: -45px
}