/*
 * 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/>.
 *
 */

.pager{ position: absolute; right: 40px; margin-top: -57px;} 
	.blueberry .slides { margin:0; padding:0;  height:100% !important; }

.blueberry { /*margin: 14px auto 0;*/margin: 0px auto 0;
 /*border-bottom:1px solid #ddd;*/
 /*border-top:5px solid;*/
 }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	min-height:350px;
	/*margin-top: -12px;*/
}
.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 {
	height: 40px;
	text-align: center;
	z-index:100;
}
.blueberry .pager li { display: inline-block; }
/*.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
*/
.blueberry .pager li a {

//    background-image: url(../images/paging.png);
    background-position: center -16px;
    background-repeat: no-repeat;
    color: transparent;
    margin: 0 1px;
    padding: 0 8px;
    text-decoration: none;
    text-indent: 50px;
}

.blueberry .pager li.active a {
//    background-image: url(../images/paging.png);
    background-position: center 0;
    background-repeat: no-repeat;
    font-weight: bold;
}

/*.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 only screen and (min-width:10px) and (max-width:639px) {
.blueberry .slides{
	height: auto !important;
	min-height: 150px !important;
}
}
