/*====================*/
/*=== Reset Styles ===*/
/*====================*/



/*===================*/
/*=== Main Styles ===*/
/*===================*/



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
    width: 980px;
    height: 250px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	padding: 5px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 10px;
	bottom: 15px;
}
.nivo-controlNav a {
	display:block;
	width: 15px;
	height: 15px;
	line-height:15px;
	text-align: center;
	border:0;
	background-color: #fff;
	opacity: .7;
	margin: 0 3px;
	color: #005cd5;
	float:left;
	padding: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 11px;
}
.nivo-controlNav a:hover  {
	font-weight: bold;
	background-color: #0052be;
	filter: none;
	opacity: 1;
	color: #FFF;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-color: #0052be;
	filter: none;
	opacity: 1;
	color: #FFF;
}

.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 {
    font-size: 10px;
}