

#content {
width:100%;
max-width:100%;
}

.slider {
float:left;
width:100%;
height:312px;
position:relative;
padding-bottom:0px;

}

.sliderContent {
float:left;
width:100%;
height:312px;
clear:both;
position:relative;
overflow:hidden;
text-align:cneter;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(./gfx/prev_next.png);
width:57px;
height:76px;
position:absolute;
top:160px;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.next {
right:25px;
background-position:-80px 0;
}

.sliderContent .item {
position:absolute;
width:100%;
height:312px;
background:#fff;
text-align:center;
}

.sliderContent .item img {width:100%;}

.sliderBullets {
position:absolute;
top:290px;
bottom:0;
left:50%;
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/bullets.gif) no-repeat;

}

.sliderBullets .active {
background-position:0 -11px;


}

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}

