/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file. 
 */

#slider {
	position:relative;
	margin:20px 0px;
/*	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;  */
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
}

.nivo-controlNav { /* location and font spec of pager  */
	position:absolute;
	right:0px;
	bottom:-25px;	
	font-family:Helvetica, sans-serif;
	font-size:10px;
}
.nivo-controlNav a {
	display:block;
	padding: 0px 4px 8px 4px;
	background:#000000;
	width:10px;
	height:10px; 
	text-indent:0px; /* text-indent:0 displays slide numbers */
	margin-left:8px;
	text-align:center;
	float:left;
}

.nivo-controlNav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#232323; 
}


.nivo-controlNav a.active {
/*	background-position:-10px 0;   for bullet nav */
	background:#303030;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	background:url(../images/other/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}