/*
 Nivo Slider theme. Modified from default code.

*/

.slider-theme .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	margin-top:10px;
	/* [disabled]-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; */
	/* [disabled]-moz-box-shadow: 0px 1px 5px 0px #4a4a4a; */
	/* [disabled]box-shadow: 0px 1px 5px 0px #4a4a4a; */
}
.slider-theme .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.slider-theme .nivoSlider a {
	border:0;
	display:block;
}

.slider-theme .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
	margin-left:-40px; /* Tweak this to center bullets */
}
.slider-theme .nivo-controlNav a {
	display:none;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.slider-theme .nivo-controlNav a.active {
	background-position:0 -22px;
}

.slider-theme .nivo-directionNav a {
	display:none;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.slider-theme a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.slider-theme a.nivo-prevNav {
	right:15px;
}

.slider-theme .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.slider-theme .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.slider-theme .nivo-caption a:hover {
    color:#fff;
}
