/*
 * jQuery Nivo Slider v1.5
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the GPL license.
 * http://www.gnu.org/copyleft/gpl.html
 * 
 * March 2010
 */
 
#slider {
	position:relative;
	margin-bottom:50px;
	margin-left:0px;
	-moz-box-shadow:0px 0px 6px #333;
	-webkit-box-shadow:0px 0px 6px #333;
	box-shadow:0px 0px 6px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
}
.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:url("/static/img/gfx/overlay.png") repeat scroll 0 0 transparent;
	color:#fff;
	padding:24px;
	width:542px;
	height:80px;
	z-index:89;
}
.nivo-caption p {
	padding:0;
	margin:0;
}
.nivo-caption p h2{color:#fff}
.nivo-directionNav{position:relative;background-color:blue}
.nivo-directionNav a {
	position:absolute;
	top:150px;
	display:block;
	width:32px;
	height:34px;
	background:url(/static/img/jquery/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:80;
	cursor: pointer;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/static/img/jquery/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}