/*
 * 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;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	width: 830px;
	margin: 0 auto;
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; float: left; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
}

.blueberry .pager li a span { margin: 0 2px; }

.blueberry .pager li a #slide_0 {
	width: 64px;
	height: 27px;
	background: url(btn.png) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_0 {background-position: 0px -27px;}

.blueberry .pager li a #slide_1 {
	width: 64px;
	height: 27px;
	background: url(btn.png) no-repeat -68px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_1 {background-position: -68px -27px;}

.blueberry .pager li a #slide_2 {
	width: 133px;
	height: 27px;
	background: url(btn.png) no-repeat -136px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_2 {background-position: -136px -27px;}

.blueberry .pager li a #slide_3 {
	width: 168px;
	height: 27px;
	background: url(btn.png) no-repeat -272px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_3 {background-position: -272px -27px;}

.blueberry .pager li a #slide_4 {
	width: 104px;
	height: 27px;
	background: url(btn.png) no-repeat -443px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_4 {background-position: -443px -27px;}

.blueberry .pager li a #slide_5 {
	width: 84px;
	height: 27px;
	background: url(btn.png) no-repeat -550px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_5 {background-position: -550px -27px;}

.blueberry .pager li a #slide_6 {
	width: 64px;
	height: 27px;
	background: url(btn.png) no-repeat -637px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_6 {background-position: -637px -27px;}

.blueberry .pager li a #slide_7 {
	width: 92px;
	height: 27px;
	background: url(btn.png) no-repeat -704px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.blueberry .pager li.active a #slide_7 {background-position: -704px -27px;}

