/*
 * 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
 */

/*=== NIVO SLIDER
=======================================================*/
.nivoSlider      { 
	position:relative; 
	width:980px; 
	height:400px;
	background:url(../ajax-loader.gif) center center no-repeat transparent;
	}

.nivoSlider img  {
		position:absolute;
		top:0px;
		left:0px;
		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;
		}
.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}

 /* Caption styles */
.nivo-caption     {
		display:none !important;
		position:absolute;
		left:15px;
		top:15px;
		padding: 0 10px;
		background: #fff;
		color:#000;
		margin:0 auto;
		z-index:8;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		}

.nivo-caption p   { padding:5px; margin:0; }
.nivo-caption a   {
		display:inline !important;
		color:#ffffff;
		text-decoration:underline;
		}

.nivo-html-caption { display:none }


.nivo-directionNav a {
	position:absolute;
	bottom:30px;	
	z-index:99;
	cursor:pointer;
	
}
.nivo-prevNav {
	right:40px;	
	background:url(../images/carousel_previous_bg.gif) 0 0 scroll no-repeat;	
	text-indent:-99999px;
	width:18px;
	height:18px;

}
.nivo-nextNav {
	right:20px;	
	background:url(../images/carousel_next_bg.gif) 0 0 scroll no-repeat;	
	text-indent:-99999px;	
	width:18px;
	height:18px;

}

.nivo-controlNav { 
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:99;
	cursor:pointer;

}
.nivo-controlNav a {
	display:block;
	height: 10px; 
	width: 10px; 
	float: left; 
	color: #ff8800;  	
	text-indent: -9999px; 
	background:url(../images/buttons.png) 0 0 scroll no-repeat;
	border:0;
	margin-right:4px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background:url(../images/buttons.png) -10px 0 scroll no-repeat;
	color: #565656;  
 	
}

