
#cslCarouselArea img{
	border:0;
	vertical-align:bottom;
	display: inline;
	}
#cslCarouselThumArea{
	width:940px;
	height:480px;
	overflow:hidden;
	position: relative;
}
#cslCarousel{
	width:940px;
	height:480px;
}
#cslCarouselPrev, #cslCarouselNext {
	/* background-color: hsla(0, 0%, 0%, 0.1); */
	display: block;
	height: 480px;
	width: 45px;
	top: 0;
	position: absolute;
}
#cslCarouselPrev:hover, #cslCarouselNext:hover {
	background-color: #fff;
	background-color:  hsla(0, 0%, 0%, 0.1);
}
#cslCarouselPrev{
	left:0;
	background-repeat: no-repeat;
	background-position: 12px 220px;
	background-image: url(arr_left.png);
}
#cslCarouselNext{
	right:0;
	background-repeat: no-repeat;
	background-position: 15px 220px;
	background-image: url(arr_right.png);
}

#cslCarouselPagerArea{
	width:940px;
	margin: .9em 0;
	text-align:center;

}
#cslCarouselPagerPrev{
	display: inline-block;
	height:24px;
	width:24px;
	background-image: url("arr_left_page.png");
	background-repeat: no-repeat;
}
#cslCarouselPagerNext{
	display: inline-block;
	height:24px;
	width:24px;
	background-image: url("arr_right_page.png");
	background-repeat: no-repeat;
}

#cslCarouselPager {
	display: inline;
	margin: 0 0 5px 12px;
}
#cslCarouselPager a {
	background-color: #999;
	/* border: 2px solid #999; */
	border-radius: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 15px 5px 0;
}
#cslCarouselPager a:hover {
	background-color: #666;
}
#cslCarouselPager a span {
	display: none;
}
#cslCarouselPager a.selected {
	background-color: #333;
}
