/*
 * 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:400px;
	overflow:hidden;
	background:url(../images/slider_shadow.png) 50% 100% no-repeat;
	padding-bottom:21px;
	}
 
#slider{
	width:940px;
	height:400px;
	margin:0;
	padding:0;
	}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background:#fff url(../images/system/loading.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;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:49px;
	top:42px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:2;
	font:33px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#343434;
	text-transform:uppercase;
}
.nivo-caption .color{color:#ffbf0f;font-size:53px;margin-left:90px;line-height:44px}
.nivo-caption ul{margin:12px 0 0;}
.nivo-caption ul li{font-size:15px;line-height:32px;padding:0 0 6px;font-family:Arial, Helvetica, sans-serif;}
.nivo-caption ul li a{color:#292929;}
.nivo-caption ul li a .counter{display:inline-block;width:32px;height:32px;border-radius:16px;text-align:center;box-shadow:1px 1px 5px rgba(0,0,0,.08);margin-right:20px;font:bold 12px/32px Arial, Helvetica, sans-serif;color:#343434;
	background:url(../images/counter.png) repeat-x #f5f5f5;
	background: -webkit-linear-gradient(top, #ffffff, #f5f5f5); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:    -moz-linear-gradient(top, #ffffff, #f5f5f5); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff, #f5f5f5); /* IE10 */
	background:      -o-linear-gradient(top, #ffffff, #f5f5f5); /* Opera 11.10+ */
	background:         linear-gradient(to bottom, #ffffff, #f5f5f5);
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.nivo-caption ul li a:hover .counter{color:#fefefe;background:#ffc71e;box-shadow:0 0 9px #ffb213 inset;}
.nivo-caption ul li a .inner_text{opacity:.5;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.nivo-caption ul li a:hover .inner_text{opacity:1;color:#292929;}
.nivo-caption .caption-body {
	margin:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}

.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,.nivo-html-title {
    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:45%;
	z-index:9;
	cursor:pointer;
	background:#900;
	/*background:url(../images/slider-dir-nav.png) no-repeat;*/
	display:block;
	width:20px;
	height:20px;
	font-size:1px;
	text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
	left:0px;
	/*background-position: left top;*/
}
.nivo-directionNav a.nivo-nextNav {
	right:0px;
	/*background-position: right top;*/
}

.nivo-directionNav a.nivo-prevNav:hover{
	background:#F00;
	/*background-position: left -138px;*/
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background:#F00;
	/*background-position: right -138px;*/
	}
	
	
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
    bottom: 20px;
    position: absolute;
    right: 20px;
	background:rgba(255,255,255,.78);
	border:1px solid #fff;
	left:20px;
	z-index:9;
	display:table;
	table-layout:fixed;
	width:898px;
	margin:0;
	padding:0;
	}

.nivo-controlNav li {
	position:relative;
	z-index:9;
	cursor:pointer;
	background:;
	display:table-cell;
	font:19px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(../images/slider_control_divider.png) 0 20px no-repeat;
}
.nivo-controlNav li:first-child{background:none;}
.nivo-controlNav li a{display:block;padding:14px 50px 14px 19px;color:#343434;opacity:.5;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	opacity:1;
	color:#343434;
}
