#slider-container{
	height:481px;
	overflow:hidden;
	background:url(../images/template/slider-bg.png) no-repeat center top;
    width: 940px;
    margin: 0 -39px;
    padding: 0 39px;
}
 
#slider{
	width:940px;
	height:481px;
	margin:0;
	padding:0;
}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	background: white url(../images/system/19-1.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;
	left: 0px;
	bottom: 0px;
	opacity:1; /* Overridden by captionOpacity setting */
	width: 100%;
    height: 72px;
	z-index:8;
    background: #0d2e0f;
}
.nivo-caption .caption-body {
	padding: 0 60px;
	margin:0;
    text-align: center;
}

h3.SliderItemTitle {
    font: 24px/24px 'Anton', sans-serif;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 24px 0 0;
    letter-spacing: normal;
}

.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;
	bottom: 19px;
	z-index:9;
	cursor:pointer;
	background:url(../images/slider-dir-nav.png) no-repeat;
	display:block;
	width: 30px;
	height: 30px;
	font-size:1px;
	text-indent:-9999em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nivo-directionNav a.nivo-prevNav {
	left: 10px;
	background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
	right: 10px;
	background-position: right top;
}

.nivo-directionNav a.nivo-prevNav:hover{left: 13px;}

.nivo-directionNav a.nivo-nextNav:hover{right: 13px;}
	
	
/* 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;
}
