@charset "UTF-8";
/* CSS Document */
.front_rotation {
	overflow: hidden;
	width: 960px;
}
.front_rotation #top {
	float: left;
}
.front_rotation #rotation {
	float: left;
	position: relative;
	height:380px;
	width: 960px;
	overflow:hidden;
	background-color: #000;
}
.front_rotation #bottom {
	float: left;
}
.front_rotation #rotation .border {
	position: absolute;
	z-index: 5;
	height: 380px;
	width: 960px;
	left: 0px;
	top: 0px;
}
.front_rotation #rotation .slides {
	float:left;
	width:960px;
	margin-top:0px;
	position:relative;
}
.front_rotation #rotation .slides .slide {
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	width:960px;
	height:360px;
	display: none;
}
