/*
 * jQuery Nivo Slider v1.8
 * 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 {
	position:absolute;
	top:0px;
	left:0px;
    overflow:hidden;
	}

/* 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%;
}



/* Control nav styles (e.g. 1,2,3...) */

#slider .nivo-controlNav {
	position: relative;
	float:right;
	z-index:100;
	margin:185px 180px 0 0;
	height:24px;
	width:150px;
	}

#slider .nivo-controlNav a {
	display:block;
	width:12px;
	background:url(../images/bullets.gif) top left no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
	cursor:pointer;
	}
	
#slider .nivo-controlNav a.active {
	background-position:-16px 0;
	}
	


/* slider logos */

#slider-logos .nivo-controlNav {
	position:relative;
	float: left;
	z-index:100;
	margin:210px 0 0 0;
	display:block;
	height:24px;
	width:287px;
	}

#slider-logos .nivo-controlNav a {
	position:relative;
	z-index:99;
	display:block;
	width:14px;
	background: none;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
	float:left;
	cursor: pointer;

	}
	
#slider-logos .nivo-controlNav a.active {
		background: none;
	}
	
