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

#slider {
	position:relative;
	width:960px;
	height:400px;
	margin:0px 0px 0px 0px;
	background:#333 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-directionNav a {
	display:inline;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	
}



a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
	margin-top:245px;
}
a.nivo-prevNav {
	left:10px;
	margin-top:245px;
}



#slider .nivo-controlNav {
	position:absolute;
	bottom:0px; /* Put the nav below the slider */

}

#slider .nivo-controlNav a{
	display: inline;
	position:relative;
	bottom:-70px; /* Put the nav below the slider */
	left:50px;

}


#slider .nivo-controlNav img {
	display: inline; /* Unhide the thumbnails */
	position:relative;
	margin-left:7px;
	
}


.nivo-controlNav a {
	display: inline;
	z-index:99;
	cursor:pointer;
}
