*{
	margin: 0 auto;
	padding: 0 auto;
}
.Horizontal-rotation{
	width: 100%;
	height: 280px;
	margin: 0 auto;
	background-color: #ebecec;
	overflow: hidden;
	position: relative;
}
.Navigation{
	height: 100%;
	position: relative;
}
.nex ,.prev{
	width: 80px;
	height: 100%;
	background-color: white;
	opacity: 0.6;
	overflow: hidden;
}
.nex{
	float: right;
}
.prev{
	float: left;
}
img{
	width: 100%;
	height: auto;
}
.slides{
	width: auto;
	height: 100%;
	white-space: nowrap;
	position: absolute;
}
.slides > .slide{
	width: 250px;
	display: inline-block;
	margin-right: 20px;
	clear: both;
	vertical-align: top;
}
.slide > img{
	width: 100%;
}
.dividing{
/*width: 18px;*/
	width: 270px;
	height: 100%;
	display: inline-block;
	clear: both;
}
.intro{
	width: 100%;
	white-space: normal;
	overflow: hidden;
}
.title, .title > a{
	width: 100%;
	height: 40px;
	color: #424242;
	font-size: 16px;
	overflow: hidden;
}
.sub, .sub > a{
	width: 100%;
	height: 80px;
	color: #888888;
	font-size: 14px;
	margin-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}