#slider-wrapper {
    xbackground:url(../img/slider2.png) no-repeat;
    width:610px;
    height:335px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

#slider {
    width:610px;
    height:335px;
    xmargin-left:23px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;

}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	xleft:300px;
	xbottom:-65px;
}
.nivo-controlNav a {
	display:block;
	xwidth:22px;
	xheight:24px;
	xbackground:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	xmargin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	xbackground-position:0 -24px;
}

.nivo-directionNav a {
	display:block;
	xwidth:30px;
	xheight:30px;
	xbackground:url(../img/arrows3.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	xbackground-position:-30px 0;
	right:0px;
	xtop:110px;
}
a.nivo-prevNav {
	xtop:110px;
	xleft:-50px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}