/*
Ò»Á÷ËØ²ÄÍøwww.16sucai.com
 */

.blueberry { margin: 0 auto;}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0px;
	left: 0;
	height:290px;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width:964px;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
 width:180px; margin:0px auto;
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; float:left }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
width:15px; height:17px
}
.blueberry .pager li a {
	padding: 18px 8px;

}
.blueberry .pager li a span {
	cursor:pointer;
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	background:url(yuan2.jpg) center no-repeat; width:15px; height:17px;
}
.blueberry .pager li.active a span { background:url(yuan1.jpg) center no-repeat; height:17px; width:15px;}
