/*
 * 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; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	width:1920px;
	height:402px;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.pager {display:none;}
/*
.blueberry .slides li img {
	position:relative;
	left:50%;
	width:1920px;
	height:290px;
	margin-left:-960px;
}
*/
.blueberry .slides li img {
	position:absolute;
	left:50%;
	margin-left:-1500px;
}
	
	
.blueberry .slides li.active { display: block; position: relative;height:402px; }

@media screen and (max-width: 1600px) {
.blueberry .slides {
	position: relative;
	width:1600px;
	overflow:hidden;
}
	
}
@media screen and (max-width: 1440px) {
.blueberry .slides {
	position: relative;
	width:1440px;
	overflow:hidden;
}
}
@media screen and (max-width: 1366px) {
.blueberry .slides {
	position: relative;
	width:1366px;
	overflow:hidden;
}
}
@media screen and (max-width: 1280px) {
.blueberry .slides {
	position: relative;
	width:1280px;
	overflow:hidden;
}
}
@media screen and (max-width: 1024px) {
.blueberry .slides {
	position: relative;
	width:1024px;
	overflow:hidden;
}
}
@media screen and (max-width: 1000px) {
.blueberry .slides {
	position: relative;
	width:1000px;
	overflow:hidden;
	background:#F00;
	
}
}
@media screen and (max-width: 900px) {
.blueberry .slides {
	position: relative;
	width:900px;
	overflow:hidden;
}
}
@media screen and (max-width: 800px) {
.blueberry .slides {
	position: relative;
	width:800px;
	overflow:hidden;
}
}

