/*
 * jQuery Nivo Slider v2.0
 * 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
 */
 
#slider {
	position: relative;
	margin: 0 auto;
	max-width: 998px;
	max-height: 207px;
	background: url('../images/premier/loading.gif') no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border: 0;
}

#slider a {
	display:inline-block;
}

/* The Nivo Slider styles */

/* If an image is wrapped in a link */

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
	z-index: 89;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption p img {
	display: block !important;
	position: relative !important;
	margin:0; padding: 0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	height: 100%;
	width: 100%;
}
.nivo-directionNav a {
	display: block;
	width: 13px;
	height: 12px;
	background: url(../images/premier/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	z-index: 99;
}
a.nivo-nextNav {
	position: absolute;
	background-position: -16px 0px;
	right: 5px;
	bottom: 10px;
	cursor: pointer;
}
a.nivo-prevNav {
	position: absolute;
	right: 25px;
	bottom: 10px;
	cursor: pointer;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
