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

#slider {
	position:relative;
	box-shadow:rgb(51, 51, 51) 0px 0px 10px;
	-webkit-box-shadow:rgb(51, 51, 51) 0px 0px 10px;
	-o-box-shadow:rgb(51, 51, 51) 0px 0px 10px;
	-moz-box-shadow:rgb(51, 51, 51) 0px 0px 10px;
}

#slider img {
	position:absolute;
	top:0;
	height:455px;
	width:900px;
	left:-5px;
	border-left:3px solid #000000;
}

#slider a {
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-style:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background-image:url(bullets.png);
	background-attachment:initial;
	background-origin:initial;
	background-clip:initial;
	text-indent:-9999px;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-style:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	margin-right:3px;
	float:left;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

.nivo-controlNav a.active {
	background-position:-10px 0px;
	background-position-x:-10px;
	background-position-y:0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background-image:url(arrows.png);
	background-attachment:initial;
	background-origin:initial;
	background-clip:initial;
	text-indent:-9999px;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-style:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

a.nivo-nextNav {
	right:10px;
	background-position:-32px 0px;
	background-position-x:-32px;
	background-position-y:0;
}

a.nivo-prevNav {
	left:10px;
}

