/* ------ general

-----------------------------------------------*/



/*body {

font-family:Arial, Helvetica, sans-serif;

background:#f1f1f1;

font-size:11px;

}*/



/* ------ mobilyslider

-----------------------------------------------*/



.content_sl {

width:480px;

height:340px;

margin:0px auto 0;

}



.slider {

float:left;

width:480px;

height:340px;

position:relative;

/*padding-bottom:26px;*/

/*background:url(../gfx/bottom_shadow.png) no-repeat bottom center;*/

border:3px solid #fff;

}



.sliderContent {

float:left;

width:480px;

height:340px;

clear:both;

position:relative;

overflow:hidden;

}





.sliderContent .item {

position:relative;

width:480px;

height:340px;

background:transparent;

}



.sliderBullets {

position:absolute;

bottom:7px;

right:15%;

z-index:30;

margin-right:-45px;

}



.sliderBullets a {

display:block;

float:left;

text-indent:-9999px;

outline:none;

margin-left:5px;

width:10px;

height:10px;

background:url(../gfx/bullets.png) no-repeat;

}



.sliderBullets .active {

background-position:0 -12px;

color:#1f5ca8;

}



.sliderArrows a {

display:block;

text-indent:-9999px;

outline:none;

z-index:50;

width:23px;

height:23px;

border-radius:3px;

position:absolute;

bottom:12px;

}



.prev {

background-image:url(../gfx/prev.png);

left:12px;

bottom:12px;

}



.prev:hover {

background-image:url(../gfx/prev.png);

}



.next {

left:42px;

bottom:12px;

background-image:url(../gfx/next.png);

}



.next:hover {

background-image:url(../gfx/next.png);

}

.sliderContent a {

outline:none;

}



a img {

border:none;

}