/*
 * jQuery Nivo Slider v2.6
 * 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
 */
 
#slider-container{
	height:596px;
	width:2680px;
	overflow:hidden;
	position:absolute;
	left:-870px;
	}
 
#slider{
	width:2680px;
	height:596px;
	margin:0;
	padding:0;
	}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background:#f2f2f2 url(../images/system/loader.gif) no-repeat 50% 50%;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.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;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption .caption-body {
	padding:5px;
	margin:0;
}

.nivo-caption a {
}

.nivo-caption-inner{
	padding:70px 56px 0;}

.nivo-caption .intro_space{
	}

.nivo-caption .intro_space strong{
	color:#fff;
	display:block;
	text-align:center;
	margin:auto;
	padding-bottom:17px;
	}
	
.nivo-caption .moduleItemReadMore-wrapper{
	text-align:center;
	}
	
.nivo-caption .moduleItemReadMore{
}
	
.nivo-caption .intro_space span.white{
	color:#fff;}


.nivo-html-caption {
    display:none;
}

.nivo-caption .nivo-caption-inner .intro_space em{
	line-height:24px;}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:auto;
	bottom:62px;
	z-index:11;
	cursor:pointer;
	display:block;
	width:73px;
	height:60px;
	font-size:1px;
	text-indent:-9999em;
	left:868px;
	background:url(../images/marker_left.png) 0 0 no-repeat
}

.nivo-directionNav a.nivo-nextNav {
	left:941px; width:69px;
	 background:url(../images/marker_right.png) 0 0 no-repeat
}

.nivo-directionNav a span{ position: absolute;top:-1px; left:0; right:0; bottom:0; background:url(../images/marker_left_active.png) 0 0 no-repeat; opacity:0;transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */filter: alpha(opacity = 0);}

.nivo-directionNav a.nivo-nextNav span{ background:url(../images/marker_right_active.png) 0 0 no-repeat;}

.nivo-directionNav a:hover span{ opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);
	}
	
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
    bottom: 10px;
    position: absolute;
    right: 10px;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:11px;
	height:11px;
	background:#900;
	/*background:url(../images/slider-contr-nav.png) no-repeat;*/
	background-position: top right;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left;
	margin: 0 0 0 3px;
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	/*background-position: top left;*/
	background:#F00;
}
