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

.nivo-controlNav {
	text-align:right;
	width:100px;
	position:absolute;
	left:-15px;
	top:130px;
	bottom:0px;
	color:#ffffff;
	z-index:999;
			
}
.nivo-controlNav a {
	display:block;
	width:10px;
	/*height:22px;*/
	/*background:url(../images/bullets.png) no-repeat;*/
	/*text-indent:-9999px;*/
	border:0;
	margin-right:3px;
	float:left;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
	font-weight:bold;
	font-size:9px;
}

.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;
	top:80px;
}
a.nivo-prevNav {
	
	top:80px;
	left:15px;
}

.nivo-caption {
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}