.slider {
float:left;
width:948px;
height:475px;
position:relative;
}

.sliderContent {
float:left;
width:700px;
height:235px;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
z-index:50;
width:13px;
height:16px;
position:absolute;
top:257px;
}

.prev {
 background:url(../images/arrow.png) no-repeat 0px 0px;
left:6px;
}

.prev:hover {
 background:url(../images/arrow.png) no-repeat 0px -16px;
}

.next {
right:8px;
 background:url(../images/arrow.png) no-repeat -13px 0px;
}

.next:hover {
 background:url(../images/arrow.png) no-repeat -13px -16px;
}

.sliderContent .item {
position:absolute;
width:700px;
height:235px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:10px;
right:30px;
z-index:50;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:21px;
height:21px;
background:url(../images/slideshow-dot.png) no-repeat 0 0;
}

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

.sliderContent a {
outline:none;
}

a img {
border:none;
}

