/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 #nivo-wrapper{
	width:928px;
	height:370px;
	padding:5px;
	float:left;
	display:inline;
	margin-top:30px;
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #f2f2f2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#slider {position:relative;width:928px;height:370;}
#slider img {position:absolute;top:0px;left:0px;display:none;}
#slider a {border:0;display:block;}

/* The Nivo Slider styles */
.nivoSlider { position:relative; width:100%; height:100%; float:left; }
.nivoSlider img { position:absolute; top:0px; left:0px; }
/* 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:6; display:none; }
/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index:5; height:100%; }
.nivo-box { display:block; position:absolute; z-index:5; }
/* Caption styles */
.nivo-caption 
{
	position:absolute;
	left:0px;
	bottom:0px;
	text-shadow: none;
	background:#000;
	color:#fff
	font-family:'Yanone Kaffeesatz', Arial, sans-serif;
	letter-spacing:1px;
	font-size:14px;
	opacity:0.8;
	width:100%;
	z-index:8;
	padding:5px 0 5px 5px;
}
.nivo-caption p { padding:5px; margin:0; }
.nivo-caption a { color:#efe9d1; text-decoration:underline; display:inline !important; }
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; display:block; width:35px; height:35px; background:url(./images/nivo-nav.png) no-repeat; text-indent:-9999px; border:0;}
a.nivo-nextNav { background:url(./images/arrows.png) top right no-repeat; right:5px;}
a.nivo-prevNav { background:url(./images/arrows.png) top left no-repeat; left:5px;}
a.nivo-nextNav:hover { background:url(./images/arrows.png) bottom right no-repeat; right:5px;}
a.nivo-prevNav:hover { background:url(./images/arrows.png) bottom left no-repeat; left:5px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; right:6px; bottom:6px; z-index:99;}
.nivo-controlNav a { position:relative; z-index:9; cursor:pointer; display:block; width:16px; height:15px; background:url(./images/nivo-control.png) right no-repeat; text-indent:-9999px; border:0; margin-right:3px; float:left; }
.nivo-controlNav a.active {	background:url(./images/nivo-control.png) left no-repeat; font-weight:bold; }


