


/* ------ mobilyslider
-----------------------------------------------*/

#content {
width:635px;
margin:0px ;
border:#000000 0px solid;

}

.slider {

width:635px;
height:370px;
position:relative;
padding-bottom:0px;
border:#000000 0px solid;
padding: 0px 0px 0px 0px;
/*background:url(../gfx/bottom_shadow.png) no-repeat bottom center;*/

}

.sliderContent {
float:left;
width:635px;
height:370px;
clear:both;
position:relative;
overflow:hidden;

}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:28px;
height:48px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -48px;
}

.next {
right:15px;
background-position:-48px 0;
}

.next:hover {
background-position:-48px -48px;
}

.sliderContent .item {
position:absolute;
width:635px;
height:370px;
margin-top:-20px;
}


.sliderBullets {
position:absolute;
bottom:20px;
left:50%;
z-index:50;
margin-left:-40px;
}


.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:10px;
width:12px;
height:12px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -12px;
}

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}
