/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../img/slider.png) no-repeat;
    width:940px;
    height:435px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:940px;
    height:350px;
	background:url(../img/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;
	margin:auto;
	left:420px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/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 {
    font-family: Helvetica, Arial, sans-serif;
	position:absolute;
	bottom:45px;
	right:0px;
}
.nivo-caption a { 
    color:#ed1b24;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*== Custom  Styles ==*/
/*====================*/
.slider-title { font-size:28px; color:#FFF; display:block; text-transform:uppercase; float:right; font-weight:600; line-height:1; width:400px; text-align:left; background-color:#000; background-color:rgba(0, 0, 0, 0.8); padding:10px 0 0 10px;}
.slider-subtitle { font-size:13px; color:#ed1b24; display:block; text-transform:uppercase; float:right; clear:right; font-weight:600; width:400px; text-align:left; background-color:#000; background-color:rgba(0, 0, 0, 0.8); padding:0 0 10px 10px;}