/*
 * 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;
	width:100%;
	position:relative;
	overflow:hidden;
	height:480px;
	top:-115px;
	float:left;
	margin:0px 0px -115px 0px;
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	height:620px;
	min-height:480px;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-right:0;
	width:100%;
	min-height:480px;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
	min-height:480px;
	min-width:1000px;
}
.blueberry .slides li.active { display: block; position: relative; }

.pager{display:none;}

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

.blueberry .container{
	z-index:9999999999999999;
	width:100%;
	height:400px;
	position:relative;
}

.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; }

.label{position:absolute;right:0;bottom:20px;z-index:999;}