/*
 * jQuery Blueberry Slider v0.4 BETA
 * http://marktyrrell.com/labs/blueberry/
 *
 * Copyright (C) 2011, Mark Tyrrell <me@marktyrrell.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

.blueberry { margin: 0 auto;height:300px;overflow:hidden;width:100%;float: left;position: relative;}
.blueberry .slides {
	display: block;
	position: relative;
	margin:0 auto;
	width:1100px;
	overflow: hidden;
	height:395px;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	overflow: hidden;
	margin-right:0;
}
.blueberry .slides li img {
	display: block;
	width: 100% !important;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }

.blueberry .pager li{
	margin-right:0;
}

.blueberry .pager li.active a .panel { outline:none;
    border-color:#ec1921;
    box-shadow:0 0 10px #ec1921; }

.blueberry .crop li img { width: auto; }

.blueberry .pager li.active a span { background: #404040; }

.pager{
	display:none;
}
