/*
 * jQuery Nivo Slider v1.6
 * 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;
	bottom: 40px;
}
 #slider img {
 	position:absolute;
 	top:0px;
 	left:0px;
 }
 
.nivoSlider {
	position: absolute;
	padding-bottom: 0;
	bottom: 40px;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.nivoSlider img {
	position: relative;
	top:0px;
	left:0px;
	display: inline-block;
}
.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%; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;               
}

.nivo-caption {
	color: #e2e2e2;
	font: normal 10pt/18px "Lucida Grande";
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:89;
	background: #050507 no-repeat 0 -415px;
	height: 30px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-decoration: none;
	text-shadow: rgba(254,255,255,0.3) 0 0 4px;
	opacity: 1;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	z-index:99;
	cursor:pointer;
	position: absolute;
}
.nivo-prevNav {
		background: url(images/prev.png) no-repeat 0 0;
	position: relative;
	top: 235px;
	left:-20px;
	text-indent: ;
	width: 10px;
	height: 10px;
	display: inline-block;
	font-size: 0;
	color: rgba(254,255,255,0);
}
.nivo-nextNav {
		background: url(images/next.png) no-repeat 0 0;
	position: relative;
	top: 235px;
	right:-20px;
	width: 10px;
	height: 10px;
	display: inline-block;
	font-size: 0;
	color: rgba(254,255,255,0);
}

.nivo-controlNav a {
	background: url(images/nav.png) no-repeat 0 0;
	z-index:99;
	cursor:pointer;
	left: 255px;
	top: 490px;
	display: inline-block;
	font-size: 15pt;
	text-indent: -9999px;
	position: relative;
	width: 15px;
	height: 15px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: url(images/navhover.png) no-repeat 0 0;

}