/***** Custom Slider ********************/

#slider-wrapper {
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 600px;
	height: 300px;
	margin: 0 auto 30px;
	}

#slider {
	position: relative;
	width: 600px;
	height: 300px;
	background: url(images/slider-loading.gif) no-repeat 50% 50%;
	}
#slider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
#slider a {
	border: 0;
	display: block;
	}
	
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 40px;
	background: url(images/slider-arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 10px;
	}
a.nivo-prevNav {
	background-position: 0 0;
	left: 10px;
	}
a.nivo-nextNav:hover {
	background-position: -30px -40px;
	}
a.nivo-prevNav:hover {
	background-position: 0 -40px;
	}

.nivo-caption {
	text-shadow: none;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-shadow: 0 1px #000;
	}
.nivo-caption a { 
	color: #fff;
	text-decoration: underline;
	}