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

#slider {
	position:relative;
	width: 784px;
	height: 320px;
	margin-left: 4px;
	background: url(loading.gif) no-repeat 50% 50%;
	background-color: #d8d8d8!important;
	border: 1px solid #fff;
/*
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
*/
	margin-top: 10px;
	margin-bottom: 24px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 700px;
}
#slider a {
	font-size: 1.0em;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 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:-15px;
}
a.nivo-prevNav {
	left:-11px;
}

#slider p {
	margin: 10px;
	line-height: 1.0em;
	color: #000;
/* 	font-family: Arial, sans-serif; */
}

small.slidertext {
	font-size: 1.0em!important;
	margin: 0px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	text-transform: none!important;
	color: #000;
/* 	font-family: Helvetica; */
}

small.slidertext a{
	font-size: 1.0em!important;
	line-height: 0px!important;
}
