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


#slider {
	position:relative;
	background:#FFFFFF url(images/loading.gif) no-repeat 50% 50%;
	border: none;
	width: 706px;
	height: 500px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}





#slider a {
	border:0;
	display:block;
	
}

.nivo-controlNav {
	position:absolute;
	right:0;
	top:0;
	padding-top: 470px;
	width: 200px;
	background: none;
	z-index: 999;
}


.nivo-controlNav a {
	display:block;
	width:9px;
	height:9px;
	/*background:url(../images/nivo/bullets.png) no-repeat;*/
	/*text-indent:-9999px;*/
	border:0;
	margin-right:3px;
	float:left;
	color:#404040;
	font-size: 11px;
	text-align:center;
	font-family: Calibri, Verdana, Arial, sans-serif;
	padding:0px 2px 4px 2px;
	cursor: pointer;
}

.nivo-controlNav a.active {
	/*background-position:-10px 0;*/
	background-color: #FFFFFF;
	color:#995F1E;
	
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
