.blueberry {
	margin: 0 auto;
	padding:30px 0 0;
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	width: 1000px;

}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	/*display: block;
	width: 1000px;	
	max-width: none;*/
	margin:8px 0 0 0;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width:14px;
	height:14px;
}
.blueberry .pager li.active a span {
	background: #7B5420;
}
