
.slider {

width:980px;
height:230px;
position:relative;
padding-bottom:26px;

}

.sliderContent {

width:980px;
height:229px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next_m.png);
width:41px;
height:83px;
position:absolute;
top:50%;
margin-top:-50px;
}

.prev {
background-position:0 0;
left:1px;
}

.prev:hover {
background-position:0 -83px;
}

.next {
right:1px;
background-position:-41px 0;
}

.next:hover {
background-position:-41px -83px;
}

.sliderContent .item {
position:absolute;
width:800px;
height:350px;
/*background:#fff;*/
}

.sliderContent .item  img {
	border: 0;
}

.sliderBullets {
position:absolute;
bottom:0;
/*left:50%;*/
z-index:50;

}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:14px;
height:15px;
background:url(../gfx/bullets_m.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -16px;
}
.sliderBullets a:hover {
background-position:0 -16px;
}
.sliderContent a {
outline:none;
}


