/*
 * jQuery Nivo Slider v1.7
 * 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
 */

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

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

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px 5px 5px 8px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
a.nivo-prevNav {
	left:-10px;
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 34px;
	text-indent:-5000px;
}
a.nivo-prevNav:hover {
	background-position: right top;
	}
a.nivo-nextNav {
	right:-10px;
	background-image: url(../arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 34px;
	text-indent:-5000px;

}
a.nivo-nextNav:hover {
	background-position: right top;
	}
.nivo-controlNav {
	position:relative;
	margin: -25px 0px 0px 0px;
	width:150px;
	height:20px;
	float: right;
}

.nivo-controlNav a {
	display:block;
	width:9px;
	height:9px;
	background:url(images/bullets.gif) no-repeat;
	background-position:left;
	text-indent:-9999px;
	border:0;
	margin-left:10px;
	margin-top:0px;
	float:right;
	position:relative;
}

.nivo-controlNav a.active {
	background-position: right;
}