
#slider-wrapper {
    width:100%; height:100%; margin: auto;
}

#slider {
    width:100%; height:100%;top:8px;
	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-controlNav {
	position:absolute;
	left:260px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}


.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:38px;
	height:65px;
	background:url(images/arrows_over.png) no-repeat;
	text-indent:-9999px;
	border:0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
   -o-transition: all 0.1s ease-out;
   -ms-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
}

.nivo-directionNav a:hover {
	display:block;
	width:50px;
	height:65px;
	background:url(images/arrows_over.png) no-repeat;
	text-indent:-9999px;
	margin-left:-9px;
	border:0;

}

a.nivo-nextNav {
	background-position:-62px 0;
	right:-55px;
}

a.nivo-nextNav:hover {
	background-position:-50px 0;
	right:-63px;
}

a.nivo-prevNav {
	left:-59px;
}

a.nivo-prevNav:hover {
	left:-60px;
}

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