/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*
*  Set the slider container height to control the caption position
*
*
*/  
 
 
/* The Nivo Slider styles */

.nivoSlider {
    height: auto !important;
    overflow: hidden;
    position: relative;
	
}


.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
}


.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	/*height: auto !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;
	display:none;
	 z-index: 6;
}


/* 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; }



/* Caption styles */

.nivo-caption {
   	/* kill captions 
	display: none !important;*/
	
	 -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #8BC43E;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'alega-light',Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    font-weight: bold;
    left: 0;
    opacity: 0.92;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 89;
	
	
}





.nivo-caption p {
	padding:20px;
	margin:0;
	font-size:22px;
	
	
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next n Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:15px;
	width:47px;
	height:47px;
	display:block;
	background:url(../images/green/but_prev.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.nivo-nextNav {
	right:15px;
	width:47px;
	height:47px;
	display:block;
	background:url(../images/green/but_next.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:348px;
	left:20px;
	display:none;
	
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block;
	background:url(../images/green/slider_controlnav.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:19px;
	height:24px;
	margin:0 3px;

}
.nivo-controlNav a.active {
	font-weight:bold;
	background:url(../images/green/slider_controlnav.png) 0 -24px no-repeat;
}