/*
 * jQuery Nivo Slider v2.0
 * 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 */
.nivo-wrapper {
	overflow:hidden;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
.nivoSlider a {
	border:0;
}

/* 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%;
}
/* Custom Nivo Slider ends here and starts with default */

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:30%;
	/*opacity:0.8;  Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	text-decoration: none;
	display: inline;
	overflow: hidden;
	visibility: visible;
	left:250px;
	top: 11%;
	color:#fff;
	width: 450px;
	height: 180px;
}
.nivo-caption p {
	padding:5px;
	text-transform:uppercase;
	font-family: "Alte Haas Grotesk", Helvetica, sans-serif;
	font-size:36px;
	line-height:32px;
	font-weight:bolder;
	text-shadow: #000000 0.0em 0.1em 0.2em;
	letter-spacing:-0.05em;
	margin:0;
}

.nivo-caption h1 {
	margin:0;
	font-size:42px;
	line-height: 42px;
	letter-spacing: 0.05em;
}
.nivo-caption h1 sup {font-size: 0.75em; line-height: 0.5em;}


/************

 Specific 

/************/

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	/* Direction nav CUSTOM styles (e.g. Next & Prev) */
	position:absolute;
	top:45%;
	z-index:600;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

 .nivo-controlNav {
	position:absolute;
	width:100%;
	left:47%;
	top:100px;
	z-index:600;
}

.nivo-controlNav a {
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:url(../images/bullets2.png) no-repeat;
	border:0;
	margin-right:4px;
	float:left;
	font-size:8px;
	text-indent: 1px;
	line-height:12px;
	text-decoration: none;
	color:#ccc;
	cursor:pointer;
}
 .nivo-controlNav a.active {
	background-position:-12px 0;
	text-indent:-99999px;
}

.nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	border:2px solid #ffffff;
	z-index:600;
}
.nivo-controlNav a.active img {
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
	box-shadow:0px 0px 5px #fff;
	border:2px solid #dddddd;
}
