/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0px;
	background:#202834 url(http://www.whistlerblackcomb.com/local/css/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider {
	position:relative;
/*    width:618px;
    height:246px;
	background:#efe9d1 url(http://nivo.dev7studios.com/demos/images/loading.gif) no-repeat 50% 50%; */
	background:#ffffff url(http://www.whistlerbike.com/local/gfx/hp_dirt.jpg) no-repeat;
	height: 447px;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://nivo.dev7studios.com/demos/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#sliderHP2 .nivo-controlNav {
	position:relative;
	z-index: 99;
	margin-right:12px;
	bottom: -417px;
	float: right;
	margin-top: 10px;
}
#sliderHP2 .nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(background:url(http://www.whistlerblackcomb.com/local/css/bullets_round.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
#sliderHP2 .nivo-controlNav a.active{
	background-position:-16px 0;
}

