/* SLIDER STYLES*/

#slider-wrapper {
    width:527px;
    height:395px;
    margin:0 auto;
	}

#slider {
	/* does not contain buttons */
	position:relative;
    width:527px;
    height:395px;
	background:url(../images/FPSlideshow/loading.gif) no-repeat 50% 50%;
	}
	
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}
	
#slider a {
	border:0;
	display:block;
	}

.nivo-controlNav {
	/* navigation dots - position */
	position:absolute;
	left:190px;
	bottom:-35px;
	}
	
.nivo-controlNav a {
	/* navigation dots - image */
	display:block;
	width:22px;
	height:22px;
	background:url(../images/FPSlideshow/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	}
	
.nivo-controlNav a.active {
	/* slides background image to show active state */
	background-position:0 -20px;
	}
	
.nivo-controlNav a:hover {
	background-position:-20px 0;
	}

.nivo-directionNav a {
	display:block;
	width:34px;
	height:34px;
	background:url(../images/FPSlideshow/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity:.5;
	}
	
	.nivo-directionNav a:hover {
		opacity:1;
		}
	
a.nivo-nextNav {
	background-position:-34px 0;
	right:15px;
	}
	
a.nivo-prevNav {
	left:15px;
	}

.nivo-caption {
    text-shadow:none;
	}
	
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
	}

