/*
 * 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
 */
 
#slider a { 	border:0; z-index:110	}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }


.nivo-caption {
	display:none;
	position:absolute;
	bottom:10px;
	left:0px;
	padding:10px;
	color:#000;
	width:auto;
	z-index:11;
	margin:0 auto;
}
.nivo-caption p {
	line-height:normal;
	font-size:10px;
	text-transform:uppercase;
	margin:0;
		
	position:relative;		
	z-index:14;
}

.nivo-directionNav a {
	position:absolute;
	bottom:10px;
	z-index:24;
	cursor:pointer;
	
}
.nivo-prevNav {
	left:410px;
	text-indent:-99999px;
	display:block;
	width:8px;
	height:11px;
	background:url(../images/arrows.png) 0 0 no-repeat;
}
.nivo-nextNav {
	right:8px;
	display:block;
	text-indent:-99999px;	
	width:8px;
	height:11px;
	background:url(../images/arrows.png) -8px 0 no-repeat;
}

.nivo-controlNav {
	position:absolute;
	background:#ffffff;
	padding:5px;
	padding-right:0px;
	left:10px;
	top:10px;
	z-index:120;
	cursor:pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:12px;
/*	background:url(../images/slider_nav.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	padding-right:5px;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
	margin-right:0;
}