/*
 * jQuery Nivo Slider v2.1
 * 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
 */
 
 /* The Nivo Slider styles */
#slider {
	background: url("../images/slider/loading.gif") no-repeat scroll 50% 50% #202834;
	width: 700px;
	float: left;
	margin-bottom: 0px;
}

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	left: 0;
	position: absolute;
	top: 0;
}

.nivoSlider a.nivo-imageLink {
	border: 0 none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 60;
}

.nivo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 50;
}

.nivo-caption {
	background: none repeat scroll 0 0 #000000;
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	z-index: 89;
}

.nivo-caption p {
	margin: 0;
	padding: 5px;
}

.nivo-directionNav a {
	cursor: pointer;
	position: absolute;
	top: 45%;
	z-index: 99;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

#slider a {
	border: 0 none;
	display: block;
}

.nivo-controlNav {
	bottom: 5px;	
	right: 0%;
	position: absolute;
}

.nivo-controlNav a {
	background: url("../images/slider/bullets.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	float: left;
	height: 22px;
	margin: -5px 5px;
	text-indent: -9999px;
	width: 22px;
}

.nivo-controlNav a.active {
	background-position: 0 -22px;
}

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

.nivo-controlNav a.active {
	font-weight: bold;
}

.nivo-directionNav a {
	background: url("../images/slider/arrows.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 10px;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 10px;
}
a.nivo-prevNav {
	left: 10px;
}