/*
 * 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
 */
 
 
 .nivoSlider, .nivoSlider img, .nivo-slice{
  
}
 
/* 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: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%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:#fff;
	background: rgba(255, 255, 255, 0.6);
	color:#000;
	width:277px; 
	z-index:989;
	padding:10px;
	text-align:justify;
}

.nivo-caption h2 { font-size:32px }
.nivo-caption h3 { font-size:20px }
.nivo-caption h4 { font-size:14px }
.nivo-caption h2, .nivo-caption h3, .nivo-caption h4 { color:#808080; margin:5px 0; }

.nivo-caption p { color:#fff; text-align:justify  }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
    /*background:url(controlnav.png) no-repeat;*/
    height:28px;
    position:absolute;
    left:1px;
    bottom:-40px;
    padding:8px 0 0 10px;
    z-index:120;
}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}


.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:20px !important;
}