@charset "utf-8";
.carousel {
	position: relative;
	margin: 0 0 27px 0;
	width: 636px;
	height: 230px;
	background:#1D2E3A;
}
.carousel ul {
	margin-left: 20px;
	padding: 0;
	list-style: none;
	display: block;
}
.carousel li {	
	width: 146px;
	height: 150px;
	margin-top: 16px;
	margin-left: 8px;
	display: block;
	float: left;	
	background-color: #A6AFBD;
}
.carousel li a{
	padding:0px;
	margin:0;
	color:#1d2e3a;
	text-decoration:none;
	background-color: #A6AFBD;
}
.carousel li a:hover{
	color:#2d7fc3;
}
.carousel li a img{
	border:0px;
	width:146px;
	height:110px;
}
.cs01{
	background-color: #fff;
}
.cs02{
	width: 130px;
	height: 64px;
	padding: 8px 8px 8px 8px;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	
}
.clearfix {
	float: none;
	clear: both;
}



.prev {
	position: absolute;
	top: 0px;
	width:26px;
	height:230px;
	background:url(carousel_left.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.prev:hover {
	background:url(carousel_left.jpg) no-repeat;
}
.next {
	position: absolute;
	top: 0px;
	right: -26px;
	width:26px;
	height:230px;
	background:url(carousel_right.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.next:hover {
	background:url(carousel_right.jpg) no-repeat;
}
/*.pager {
	float: left;
	width: 100%;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}*/