/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:100%;
    height:100%;
}
#slider {
	position:relative;
    width:100%;
    height:100%;
    background-size: 100% 100% !important;
    -ms-behavior: url('css/backgroundsize.min.htc');
        behavior: url('css/backgroundsize.min.htc');
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-controlNav {
	position:absolute;
	width: 300px;
	left:50%;
	bottom:17px;
	margin-left: -150px;
	z-index: 9999999999999999999999;
	text-align: center;
}
.nivo-controlNav a {
	display:inline-block;
	width:28px;
	height:6px;
	margin: 0 4px;
	border-radius: 10px;
	font-size: 0;
    background-color: #fff;
	background-color: rgba(255,255,255,0.4);
}
.nivo-controlNav a.active {
	width: 48px; 
    background-color: #1a5a9a;
    background-color: #fff;
}
.nivo-directionNav{display: block !important}
.nivo-directionNav a {
	display:block;
	width:87px;
	height:168px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-88px 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;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}