#slider-wrapper {
background:url(/images/slider.png) no-repeat;
width:952px;
height:300px;
margin:0 auto;
}

#slider {
position:relative;
width:952px;
height:300px;
background:url(/images/loading.gif) no-repeat 50% 50%;
}

#slider img {
position:absolute;
top:0;
left:0;
display:none;
}

#slider a {
border:0;
display:block;
}

.nivo-controlNav {
position:absolute;
width:952px;
bottom:10px;
left:10px;
display:none;
margin:0 auto;
}

.nivo-controlNav a {
display:block;
width:22px;
height:22px;
background:url(/images/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}

.nivo-controlNav a.active {
background-position:0 -22px;
display:none;
}

.nivo-directionNav a {
display:block;
width:60px;
height:100px;
background:url(/images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}

a.nivo-nextNav {
background-position:-60px 0;
right:13px;
top:110px;
}

a.nivo-prevNav {
left:0;
top:110px;
}

.nivo-caption {
font-family:Helvetica, Arial, sans-serif;
}

.nivo-caption a {
color:#efe9d1;
text-decoration:underline;
}

#slider .nivoSlider {
background-position:top center;
background-repeat:no-repeat no-repeat;
position:relative;
}