.blueberry {
	margin:88px auto 0px auto!important;
	padding:0px 0px 30px 0px!important;
	min-width:970px;
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin:0px!important;
	padding:0px!important;
}
.blueberry .slides li {
	position: absolute;
	top:0!important;
	left:0!important;
	overflow: hidden;
	margin:0px!important;
	padding:0px!important;
}
.blueberry .slides li img {
	width: 101%;
	max-width: none;
	min-height:77px;
}
.blueberry .slides li.active {
     display: block !important;
     position: relative;
}
.blueberry .crop li img { width: auto;  }

.blueberry .pager {
	height: 40px;
	text-align: center;
	display:none;
}
.blueberry .pager li
{
	display: inline-block;
	margin:0px;
	paddin:0px;
}
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }


/*
@media screen and (max-width: 992px) {
.blueberry {
	max-width:inherit;
	width:760px;
	overflow:hidden;
}
}
*/


@media screen and (max-width: 970px) {
.blueberry {
	max-width:inherit;
	overflow:hidden;
	min-width:inherit;
}
}

