#sliderMain {
	position:relative;
    width:968px;
}
#sliderMain img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderMain a {
	border:0;
	display:block;
}

.nivo-controlNav {
	left:0px;
	position:relative;
	bottom:-426px;
	cursor:pointer;
	
}
.nivo-controlNav a {
	width:22px;
	height:22px;
	border:0;
	margin-left:1.5px;
	margin-right:1.5px;
	float:left;
	padding-left:2px;
	background-color:white;
	opacity:0.3;
	filter:alpha(opacity=30);
	text-align:center;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.clear {
	clear:both;
}