/* @override http://www.startwithgrey.com/spainspectors/slide/nivo-slider.css */

/*
 * 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
 */
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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-directionNav a {
	display:block;
	width:35px;
	height:41px;
	background:url(btns.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}*//*
a.nivo-prevNav {
	left:10px;
}

a.nivo-nextNav {
	background-position: -35px;
	right:10px;
}
*/
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index: 1;
	cursor:pointer;
	width:35px;
	height:41px;
	background:url(btns.gif) no-repeat;
	text-indent: -9999px;
}
a.nivo-prevNav {
	left:0px;
	z-index: 120;
}
a.nivo-nextNav {
	right:0px;
	background-position: -35px;
	z-index: 120;
}
