/* ------ general
-----------------------------------------------*/

body {
font-family:Calibri, Helvetica, sans-serif;

}

/* ------ mobilyslider
-----------------------------------------------*/

#content {
width:1031px;
margin:0px auto ;

}

.slider {
float:left;
width:1031px;
height:350px;
position:relative;
padding-bottom:36px;
padding-right:0px;
}

.sliderContent {
float:left;
width:1031px;
height:350px;
clear:both;
position:relative;
overflow:hidden;

}



.sliderContent .item {
	position:absolute;
	width:1031px;
	height:350px;
	background:#fff;


}

.sliderBullets {
position:absolute;
bottom:0;
left:40%;
z-index:50;

}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}
