
/*
 * 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 */
.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:-9px;
	left:-9px;
	width:916px;
	height:319px;
	border:0;
	padding:0;
	margin:0;
	z-index:90;
	display:none;
	background: url('../../styles/images/slider.png');
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	width:260px;
	height: 103px;
	padding:10px 15px;
	left:50%;
	margin-left: -145px;
	bottom: -5px;
	text-shadow: none;
	z-index:91;
	background: url('../../styles/images/nivo_caption.jpg') no-repeat 0 0;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

.nivo-caption:hover {
	opacity:0.2 !important;
}

.nivo-caption p {
	margin:0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
}
.nivo-caption p span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:125px;
	z-index:99;
	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:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
 
#nivo {
	float:left;
	height:357px;
	width:100%;
	padding-top:30px;
	}

.home.page-template-default #nivo {
	height: 307px;
}

#slider {
	position:relative;
	height: 301px;
	background: transparent url(../../styles/images/loading.gif) no-repeat center center;
	margin: 0 0 0 30px;
	width:916px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 700px;
	z-index:91;
}
#slider a {
	border:0;
	z-index: 91;
}

.nivo-controlNav {
	position:absolute;
	min-width: 120px;
	left: 50%;
	margin-left: -75px;
	bottom:-30px;
	background: url('../../styles/images/nivo_controlnav.png') no-repeat top left;
	height: 23px;
	padding: 15px 17px;
	z-index: 92;
}

.long .nivo-controlNav {
	min-width: 255px;
	margin-left: -134px;
	background: url('../../styles/images/nivo_controlnav_long.png') no-repeat top left;
}

.nivo-controlNav a {
	display:block;
	width:18px;
	height:17px;
	background:url('../../styles/images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-18px 0;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:51px;
	background:url(../../styles/images/nivo_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:91;
}
a.nivo-nextNav {
	background-position:-50px 0;
	right:8px;
}
a.nivo-prevNav {
	left:-9px;
}

