/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

.slider {

	background:#fff url(loading.gif) no-repeat 50% 50%;
	width:263px;
	height:222px !important;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.slider a {
	border:0;
	color:#fff;
}

nivoslider img{
	display:block;
	}

.nivo-controlNav {
	position:absolute;
	left:0;
	bottom:4px;
	width:263px;
	z-index:100;

}
.nivo-controlNav a {
	display:block;
	width:14px;
	height:12px;
	
	color:transparent;
	border:0;
	text-indent:6px;
	padding-top:3px;
	margin-right:3px;
	float:left;
	text-indent:-999999px;
}


#blue .nivo-controlNav a{
	background:url(bullets.png) no-repeat;
}	
	
#purp .nivo-controlNav a{
	background:url(bullets2.png) no-repeat;
	}
		
	
#pink .nivo-controlNav a{
	background:url(bullets3.png) no-repeat;
	}
	
#orange .nivo-controlNav a{
	background:url(bullets4.png) no-repeat;
	}
	
#green .nivo-controlNav a{
	background:url(bullets5.png) no-repeat;
	}	
		
	
#grey .nivo-controlNav a{
	background:url(bullets6.png) no-repeat;
	}

.nivo-controlNav a, .nivo-controlNav a:link, .nivo-controlNav a:active, .nivo-controlNav a:hover, .nivo-controlNav a:visited{
	color:transparent !important;
	color:transparent;
	text-indent:-999999px;
	}
			

#blue .nivo-controlNav a.active, #purp .nivo-controlNav a.active, #pink .nivo-controlNav a.active, .nivo-controlNav a.active, #orange  .nivo-controlNav a.active, #green  .nivo-controlNav a.active, #grey  .nivo-controlNav a.active {
	background-position:-20px 0;
}

.nivo-directionNav a {
	display:block;
	width:24px;
	height:20px;
	
	border:0px solid #fff;
	color:transparent !important;
	color:transparent;
	text-indent:-999999px;
}
a.nivo-nextNav {
	background:url(arrow_right.png) no-repeat 10px 0;
}
a.nivo-prevNav {
	background:url(arrow_left.png) no-repeat 6px 0;
}