.slider {
float:left;
width:912px;
height:412px;
position:relative; padding:5px;
}

.sliderContent {
float:left;
width:912px;
height:412px;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
z-index:50;
width:35px;
height:35px;
position:absolute;
top:354px;
}

.prev {

left:0px;
}

.next {
right:0px;

}

.sliderContent .item {
position:absolute;
width:912px;
height:412px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;width:100%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:110px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a img {
border:none;
}


div.sliderArrows{ position:absolute; top:0; left:0; background:url(../images/BannerFrame.png) no-repeat 0 0; width:922px; height:422px; z-index:99;
}