/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#home_slider,
#venue_slider,
#contestant_slider,
#splash_slider
{
	background:url('/img/loading.gif') no-repeat center center;
	height:200px; /* Change this to your images height */
	margin-bottom: 20px;
	position:relative;
	width:640px; /* Change this to your images width */
}
#home_slider
{
	height: 270px; /* Change this to your images height */
	width: 750px; /* Change this to your images width */
}
#contestant_slider
{
	height: 550px;
	margin: 10px auto 120px;
	width: 550px;
}
#splash_slider
{
	height: 250px; /* Change this to your images height */
	width: 460px; /* Change this to your images width */
}
#home_slider img,
#venue_slider img,
#contestant_slider img,
#splash_slider img
{
	display:none;
	left:0px;
	position:absolute;
	top:0px;
}
#home_slider a,
#venue_slider a,
#contestant_slider a,
#splash_slider a
{
	border:0;
	display:block;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	border:0;
	display:none;
	height:100%;
	left:0px;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	width:100%;
	z-index:60;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	height:100%;
	position:absolute;
	z-index:50;
}
/* Caption styles */
.nivo-caption {
	background:#000;
	bottom:0px;
	color:#fff;
	left:0px;
	position:absolute;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	margin:0;
	padding:5px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	cursor:pointer;
	position:absolute;
	top:45%;
	z-index:99;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#home_slider .nivo-controlNav,
#contestant_slider .nivo-controlNav {
	bottom: -60px;
	position:absolute;
	width: 600px;
}
#home_slider .nivo-controlNav img,
#contestant_slider .nivo-controlNav img {
	display:inline;
	float: left;
	margin-right:10px;
	position: relative;
}

#contestant_slider .nivo-controlNav {
	bottom: -110px;
	left: 5px;
}

#contestant_slider .nivo-controlNav img {
	height: 100px;
	width: 100px;
}

.nivo-controlNav a {
	cursor:pointer;
	position:relative;
	z-index:99;
}
.nivo-controlNav a.active {
	font-weight:bold;
}