/*
 * jQuery Nivo Slider v1.9
 * 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;
	background: url('../images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	margin: 20px auto;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	background: url('../images/bg-slider_controls.gif') no-repeat;
	width: 920px;
	height: 14px;
	position: absolute;
	bottom: -28px;
	left: 30px;
}
.nivo-controlNav a {
	background: url('../images/btn-slider_controls_sprite.gif') no-repeat 0px 0px;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	position: relative;
	left: 419px;
	z-index: 99;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 7px;
}
.nivo-controlNav a.active {
	background: url('../images/btn-slider_controls_sprite.gif') no-repeat 0px -14px;
}
