#full{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#slide_{
	width: 400%;
	float: left;
}
#slide_ img{
	width: 25%;
	float: left;
} 
.btnSlide{
	width: 100%;
	float: left;
}
.btnSlide_in{
	width: 104px;
	float: right;
	margin-top: -40px;
	margin-right: 22px;
}
.btnSlide_in li{
	height: 20px;
	width: 20px;
	background: #eee;
	border-radius: 30px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
}
.btnSlide_in li.active{
	background: #2994ff;
}
.btnSlide_in li:hover{
	background: #2994ff;
}
ul{
	list-style: none;
}
#slideshow{
				width: 980px;
				height: 400px;
				z-index: 2;
				position: relative;
				border: 0px;
				margin: 0px;
				padding: 0px;
				float: left;
				background: red;
				margin-bottom: 10px;
				box-shadow: 0px 0px 5px 0px #555;
				border-bottom: 3px solid #2994ff;
				margin-top: 0px;
		}
