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

.nivo-controlNav {
position:absolute;width:300px;z-index:9999;
top:314px !important;left:16px !important;  

}


.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:none;
    outline:none;
	margin-right:2px;
	float:left;
	
}

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

.nivo-directionNav a {
	display:block;
	width:49px;
	height:49px;
	/* background:url(images/arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	/* background-position:-30px 0; */
	/* background:url(../images/next-arrow.png) no-repeat; */
	right:15px;
	top:125px;
}
a.nivo-prevNav {
	/* background:url(../images/previous-arrow.png) no-repeat;*/
	left:15px;
	top:125px;
}
.nivo-caption {
	left:81px;
	top:107px;
	/* left:525px;
	top:107px; */
	background-color:transparent;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=1);
    text-shadow:none;
    margin:0px;padding:0px;
}
.nivo-caption a {
    color:#ffffff;
    text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;font-size:38px;color:#ffffff;line-height:42px;font-weight:normal;text-align:left;
}



