/* ------ mobilyslider
-----------------------------------------------*/

.sliderBullets {
position:absolute;
bottom: 18px;
*left:50%;
right: 158px;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/dots4.png) no-repeat;
}

.sliderBullets .active {
*background-position:0 -11px;
background-position: -14px 0; 
}

.sliderBullets a:hover {
background-position: -28px 0; 
}

.slider-content_c a {
outline:none;
}