﻿@charset "UTF-8";

/* =================================
	 @BANNER
================================= */
.rotation {
	position: relative;
	z-index: 101;
	margin-bottom:10px;
}
.rotation .nav li.prev {
	position: absolute;
	top: 115px;
	left: 3px;
}
.rotation .nav li.next {
	position: absolute;
	top: 115px;
	left: 612px;
}
.rotation .contents {
	width: 640px;
	height: 280px;
	overflow: hidden;
}
.rotation .contents ul {
	/*width: 2560px;*/
	width: 3200px;
}
.rotation .contents li {
	float: left;
}
.rotation .slideBtn {
	position: absolute;
	top: 255px;
	right:0;
	/*width: 640px;*/
}
/*.rotation .slideBtn ul {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}*/
.rotation .slideBtn li {
	float: left;
	margin: 0 4px;
}
.rotation .timebar {
	position: absolute;
	top: 253px;
	overflow: hidden;
}
.rotation .timebar .bar {
	width: 640px;
	height: 2px;
	background-color: #e1e1e1;
}