/*
 * 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/>.
 *
 */
.banner {
height: 190px;
width: 360px;
overflow: hidden;
z-index: 99;
}

.blueberry { 
width:646px;
text-align: right;
height:300px;
position: relative;
top:0px;
float: left;
}
.blueberry .slides	{
	position: absolute;
text-align: right;
float: right;
width: 646px;
height: 282px;
overflow: hidden;
padding: 0;
margin: 0px 0 0 0px;
}
.blueberry .slides li {
	position: absolute;
left:0px;
text-align: right;
width: 646px;

}
.blueberry .slides li a {
	text-align: right;
display: inline-block;
width: 646px;
position: relative;
margin: 0 auto;
overflow: hidden;
}
.blueberry .slides li img {
   float: left;
position: relative;
left: 0px;
top: 0px;
margin: 0px;
z-index: 99;
}


.blueberry .pager {margin: 0px auto 0 auto; 
position: relative;
z-index: 999;
right: 0px;
width: 242px;
float: none;
text-align: center;
top: 309px;;
}
.blueberry .pager li {text-indent: -9999em;
text-align: center;
margin: -1px auto;
display: inline-block;
width: 12px;
height: 12px;
background: url(../Images/homepage_ico.png) left center no-repeat;


}
.blueberry .pager li a {
font-size: 0px;
color: #e1e1e1;
text-align: center;
background: url(../Images/homepage_ico.png) left bottom no-repeat;
margin-top: -1px;
width: 12px;
height: 13px;
float: left;

}
.blueberry .pager li a span { text-indent: -9999em; font-size:0px}
.blueberry .pager li.active a  {text-indent: -9999em;
text-align: center;
margin: -1px auto;
display: inline-block;
width: 12px;
height: 13px;
background: url(../Images/homepage_ico_active.png) left center no-repeat;
 }

.maske {background: url(urungrup_mask.png) no-repeat bottom;
width: 155px;
height: 150px;
position: absolute;
z-index: 99;
margin-left: 5px; }


