/*
 * 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:447px;
	overflow:hidden;
	}
 
#slider{
	width:968px;
	height:447px;
	margin:0;
	padding:0;
	}
 
/* 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;
	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: 22px;
    top: 80px;
    width: 35%;	
	background:none;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption .caption-body {
	padding:5px;
	margin:0;
}

div.slide-title{
    padding-bottom: 35px;
	}

div.slide-title h2,
div.slide-title h3{
	color:#272727;
	font-size:60px;
	font-weight:normal;
	line-height:25px;
    font-family: 'MentoneSemiBold';
	margin:0;
	line-height:60px;
	letter-spacing:-3px;}
	
div.slide-title h3{
    font-size: 36px;
    letter-spacing: -3px;
    line-height: 25px;
    margin: 0 0 0 67px;}


.nivo-caption a {
}

.nivo-caption-inner{
	padding:70px 56px 0;}

.nivo-caption .intro_space{
    font-size: 14px;
	padding-bottom:21px;
	}

.nivo-caption .intro_space strong{
	}
	
.nivo-caption .moduleItemReadMore-wrapper{
	text-align:left;
	}
	
.nivo-caption a.moduleItemReadMore{
	background:url(../images/slider-readmore.png) repeat-x;
	background-position:left bottom;
    color: #494949;
    font-size: 13px;
    font-weight: bold;
    margin-left: 6px;
    padding: 8px 9px 8px 12px;
    text-transform: uppercase;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nivo-caption a.moduleItemReadMore span{
	background:url(../images/plus-sprite.png) no-repeat;
	background-position: right bottom;
	display:block;
    padding: 5px 33px 4px 0;}
	
.nivo-caption a.moduleItemReadMore:hover span{
	background-position: right top;}


.nivo-caption a.moduleItemReadMore:hover{
	background-position: left top;
	}
		
.nivo-caption .intro_space span.white{
	}


.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:88%;
	z-index:9;
	cursor:pointer;
	background:url(../images/slider-dir-nav.png) no-repeat;
	display:block;
	width:34px;
	height:34px;
	font-size:1px;
	text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
	right:60px;
	background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
	right:25px;
	background-position: right top;
}

.nivo-directionNav a.nivo-prevNav:hover{
	background-position: left -34px;
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background-position: right -34px;
	}
	
	
/* 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;
}
