@charset "utf-8";

/*
 * jQuery Nivo Slider v2.0
 * 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;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.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;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	font-family:Tahoma;
	border-top:2px solid #DB261B;
	color:#333;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	text-align:left;
}
.nivo-caption p {
	padding:20px 60px 20px 20px;
	font-size:18px;
	color:#DB261B;
	text-align:center;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:20px;
	height:50px;
	width:50px;
	background:url(images/prev.png) no-repeat;
	float:left;
}
.nivo-nextNav {
	right:20px;
	height:50px;
	width:50px;
	background:url(images/next.png) no-repeat;
	float:left;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { margin-top:390px;text-align:center; padding-left:700px; position:absolute; z-index:200; }
.nivo-controlNav a { display:inline-block;margin-left:5px;cursor:pointer;color:#999;text-indent:-9999px;background:url(images/link-bg.png) no-repeat;width:15px;height:15px }
.nivo-controlNav a.active {color:#222;background:url(images/link-active.png) no-repeat

