/*
 * jQuery Nivo Slider v2.7
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, 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 - 
   CAUTION these are not default 
   settings, they have been heavily
   modified, so if something breaks
   a default style sheet cannot be
   simply inserted */
   
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.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;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	position: absolute;
	top: 340px;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}
.nivo-prevNav {
	left: 340px;
	background:url(../images/arrow-prev.png) no-repeat;
}
.nivo-nextNav {
	right: 340px;
	background:url(../images/arrow-next.png) no-repeat;
}

.nivoSlider {
    position:relative;
    width:1020px; 
    height:499px; 
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-controlNav {
	position:absolute;
	top: 510px;
	right: 10px;
}
.nivo-controlNav a {
	display:block;
	width:26px;
	height:25px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	z-index: 100;
	border: 0;
	outline: 0;
}
.nivo-controlNav a.active {
	background-position:0 -25px;
}
