#slider{
	width:724px;
	overflow:hidden; font-size:11px;
}
#slider a {
border:0 none;
display:block;
}
style.css (line 332)
a.nivo-prevNav {
left:15px;
}
#slider a {
border:0 none;
display:block;
}

.nivo-directionNav a {
background:url("../images/arrows.png") no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
height:30px;
text-indent:-9999px;
width:30px;
}
a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
.nivo-controlNav{
	display:none;
}
.nivo-controlNav{
	position:absolute;
	bottom:10px;
	right:20px;
	width:180px;
	text-align:right;
	display:block;
}
.nivo-controlNav a{
	display:block;
	width:18px;
	height:18px;
	color:#333333;
	font-weight:bold;
	background:#efefef;
	border:1px solid #dddddd;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	float:left;
	margin:3px;
	padding:2px;
	text-align:center;
}
.nivo-controlNav a.active{
	background:#ff9900;
	color:#ffffff;
}