#wrapper {
	width:950px;
	height:435px;
}

#slider-wrapper {
    background:url(images/bg-shadow-slide.png) no-repeat bottom;
	width:900px;
	height:403px;
}

#slider {
	position:relative;
	width:950px;
	height:333px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.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;
}

#slider .nivo-controlNav {
	position:absolute;
	text-align:center;
	left:20%;
	bottom:-115px;
	width:600px;
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
	background-image:url(images/off.png);
	width: 64px;
}
#slider .nivo-controlNav a.active img {
	background-image:url(images/on_active.png);
	width: 85px;
}

#slider .nivo-controlNav a.active:hover img {
	background-image:url(images/on_active.png);
	cursor: default;
	width: 85px;
}

#slider .nivo-controlNav a:hover img {
	background-image:url(images/off2.png);
	width: 64px;
}
