.slider { float:left; width:909px; height:374px; position:relative; margin:-60px 0px 0px 5px; }
.sliderContent { float:left; width:909px; height:374px; clear:both; position:relative; overflow:hidden;}
.sliderArrows a { display:block; text-indent:-9999px; outline:none; z-index:50; background-image:url(../img/prev_next.png); width:42px; height:42px; position:absolute; top:5%; }
.prev { background-position:0 0; left:5px; }
.next { right:5px; background-position:-44px 0; }
.sliderContent .item { position:absolute; width:909px; height:374px; left:0; }
.sliderBullets { position:absolute; height:5%; z-index:300; bottom:-14px; left:432px; }
.sliderBullets a { display:block; float:left; text-indent:-9999px; outline:none; margin-left:5px; width:16px; height:16px; margin-bottom: 7px; background:url(../img/bullets.png) no-repeat; }
.sliderBullets .active { background-position:0 -16px; }