/*
 * jQuery Nivo Slider v2.3
 * 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 */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	top:0px;
	left:0px;
	position:relative;

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:70px;
	z-index:60;
	display:none;
	cursor:default;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:89;
	text-decoration:none;
}
.nivo-caption p {
	margin:0;
}

.nivo-caption a {
	display: block;
	padding: 12px 21px 12px 18px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	background-color: #111;
	float:left;
	margin:0 25px 0 0;
	width:140px;
	font-weight:bold;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	box-shadow: inset 0 1px 1px #000, inset 0 1px #000;
}

.nivo-caption a:hover {
		box-shadow: inset 0 0 15px #06f, inset 0 1px 20px #06f, inset 0 -1px 20px #06f, inset 0 0 50px #06f, inset 0 0 65px #06f;	
		background:#09F;	
}



.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	right:0px;
	opacity:.3;
}
.nivo-nextNav {
	right:0px;
	opacity:.3;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}