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

div.nivoSlider {
	width:650px;
	height:240px;
	position:relative;
	float:left;
	margin:-10px 0px 0px;
	padding:2px 0 0;
	background:#180714 url(loading.gif) no-repeat 50% 50%;
/*	-moz-box-shadow:0px 0px 70px #222 inset, 0px 0px 8px #300225 inset;
	-webkit-box-shadow:0px 0px 40px #300225 inset;
	box-shadow:0px -1px 40px #300225 inset;*/
	border:1px solid #300225;
	border-bottom:4px solid #000;
}
div.nivoSlider img {
	width:650px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
div.nivoSlider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right:1%;
	top:18px;
	width:26px;
}
.nivo-controlNav a {
	display:block;
	width:25px;
	height:12px;
	margin:3px 0;
	background:url("bullets-slider.png") no-repeat -26px 0;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0;
}

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