@charset "UTF-8";
/* CSS Document */

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	top:19px;
	left:19px;
}
.nivo-controlNav a {
	display:block;
	width:19px;
	height:19px;
	background:url(../img/control_off.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}
.nivo-controlNav a:hover {
	background:url(../img/control_on.png) no-repeat;
}
.nivo-controlNav a.active {
	background:url(../img/control_on.png) no-repeat;
}

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

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