/*
 * 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:434px;
	overflow: hidden;
	/*background:url(../images/slider-bg.png) repeat-x;*/
	background-position: left bottom;
	}
 
#slider{
	width:940px;
	height:434px;
	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:visible !important;
}
.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:79px;
	top:102px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	width:450px;
}

.nivo-caption h3{ font-size:60px; line-height:1.2em; font-weight:bold; text-transform:uppercase; color:#3b91ce; letter-spacing:-4px;}
.nivo-caption h4{ font-size:24px; text-transform:uppercase; font-weight:normal; color:#4a4d52; margin-top:-10px; line-height:24px; padding-bottom:44px;}


.nivo-caption .caption-body {
	margin:0;
}

.nivo-caption a {
}

.nivo-caption-inner{}

.nivo-caption .intro_space{ width:450px
	}

.nivo-caption .intro_space strong{
	color:#fff;
	display:block;
	text-align:center;
	margin:auto;
	padding-bottom:17px;
	}
	
.nivo-caption .moduleItemReadMore-wrapper{
	}
	
.nivo-caption .moduleItemReadMore{ font-size:10px; text-transform:uppercase; display:inline-block; font-weight:bold; background:url(../images/slider_button_bg.gif) 0 0 repeat-x #e9e9e9; border:1px solid #f8f8f8; border-radius:10px; padding:15px 20px; color:#373737;box-shadow:1px 1px 0 rgba(0,0,0,.2)}
	
.nivo-caption .moduleItemReadMore:hover{ color:#373737; background:#dcdcdc}
	
.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: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:-19px;
    position: absolute; left:0; right:0; height:9px; background:url(../images/bg_pagination.gif) center center no-repeat;
	padding-left:442px;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:9px;
	height:9px;
	background:url(../images/pagination.gif) 0 0 no-repeat;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	margin: 0 5px;
	float:left;
}

.nivo-controlNav a span{ display:block; width:100%; height:100%; background:url(../images/pagination_active.gif) 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-controlNav a.active span,
.nivo-controlNav a:hover span{ opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);}
