/*
 * 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: 393px; /*459px*/
	/*overflow: hidden;*/
	background: url(../images/template/slider-bg.png) no-repeat 0 0;
	padding: 7px;
	width: 926px;
}
 
#slider{
	width: 926px;
	height: 400px;
	margin: 0;
    padding: 0;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background: url(../images/system/loading_big.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;
	right:50px;
	top:240px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:30%;
	z-index:8;
	background:#333;
}
.nivo-caption .caption-body {
	padding:0px;
	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: 205px;
	z-index:9;
	cursor:pointer;
	background:url(../images/template/slider-dir-nav.gif) no-repeat;
	display:block;
	width:49px;
	height:49px;
	text-indent:-9999em;
 	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.nivo-directionNav a.nivo-prevNav {
	left: -65px;
	background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
	right: -64px;
	background-position: right top;
}
.nivo-directionNav a.nivo-prevNav:hover{background-position: left -49px;}
.nivo-directionNav a.nivo-nextNav:hover{background-position: right -49px;}
	
	
/* 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 {
	/*background-position: top left;*/
	background:#F00;
}
