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

/* The Nivo Slider styles */
.nivoSlider{
	position:relative;
}
.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;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p{
	padding:5px;
	margin:0;
}
.nivo-caption a{
	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;
}
.nivo-prevNav{
	left:0px;
}
.nivo-nextNav{
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a{
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active{
	font-weight:bold;
}

/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/
.slider-wrapper{
	clear: both;
	/*background:url('../images/slider/slider.png') no-repeat top left;
	width:980px;
	height:355px;*/
	padding:0;
	position:relative;
}
.slider-wrapper .nivoSlider{
	position:relative;
	/*width:980px;
	height:355px;*/
	/*margin-left:77px;*/
	background:url('../images/slider/loading.gif') no-repeat 50% 50%;
}
.slider-wrapper .nivoSlider img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	/*width:980px;
	height:355px;*/
}
.slider-wrapper .nivoSlider a{
	border:0;
	display:block;
}
.slider-wrapper .nivo-controlNav{
	position:absolute;
	left:20px;
	bottom:60px;
	margin-left:0; /* Tweak this to center bullets */
	z-index:400;
}
.slider-wrapper .nivo-controlNav a{
	display:block;
	width:11px;
	height:11px;
	background:url('../images/slider/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:7px;
	float:left;
}
.slider-wrapper .nivo-controlNav a.active{
	background-position:0 -11px;
}
.slider-wrapper .nivo-directionNav a{
	display:block;
	width:25px;
	height:200px;
	background:url('../images/slider/arrows.png') no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
	top:40px;
}
.slider-wrapper a.nivo-nextNav{
	background-position:100% 50%;
	right:-40px;
	padding-right:20px;
}
.slider-wrapper a.nivo-prevNav{
	left:-40px;
	padding-left:20px;
}
.slider-wrapper .nivo-caption{
	font-family: Helvetica, Arial, sans-serif;
}
.slider-wrapper .nivo-caption a{ 
	color:#fff;
	border-bottom:1px dotted #fff;
}
.slider-wrapper .nivo-caption a:hover{ 
	color:#fff;
}
.slider-wrapper .ribbon{
	/*background:url('../images/slider/ribbon.png') no-repeat;*/
	width:972px;
	height:283px;
	position:absolute;
	top:0;
	left:0;
	z-index:300;
}