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

#img_slider {
	float: left;
	background:transparent url(loading.gif) no-repeat 50% 50%;
	margin: 30px 0 0 0;
	-moz-box-shadow: 0 5px 10px #000;
 	-webkit-box-shadow: 0 5px 10px #000;
 	box-shadow: 0 5px 10px #000;
}

.nivo-controlNav {
	position:absolute;
	left:30%;
	bottom:-40px;
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	margin-right: 10px;
}
.nivo-controlNav a.active {
	background-position:-12px 0;
	margin-right: 10px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:20px;
	top: 180px;
	z-index: 0;
}
a.nivo-prevNav {
	left:20px;
	top: 180px;
	z-index: 0;
}