#slider 
{
	width: 730px;
	height: 218px;
	overflow: hidden;	
}

.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(/images/header/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

#slider .nivo-control {
    margin: 5px 0px 0px 5px;
}

#slider .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(/images/header/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}

#slider .nivo-controlNav a.active {
    background-position:-10px 0;
}