/*
 * 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{
	width:939px !important;
	height:472px;
	overflow:hidden;
	}
 
#slider{
	width:939px !important;
	height:472px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.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:80px;
	top:135px;
	background:url(../images/caption-bg.png) top left repeat-x;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:220px;
	z-index:8;
	height:471px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;

}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
}

.nivo-caption a.moduleItemTitle{
    color: #EEEEEE;
    display: block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 45px;
    padding: 0 16px 4px;
    margin-bottom: 16px;
    text-decoration: none;
	background:url(../images/slider-caption-border.jpg) bottom left repeat-x;
	}

.nivo-caption-inner{
	padding:70px 56px 0;}

.nivo-caption .intro_space p{
	display: inline;
	padding:0;
	}
	
.nivo-caption .intro_space{
	font-size:12px;
	color:#8c8b8b;
	line-height:18px;
    padding: 0 14px;}
	
.nivo-caption .intro_space p{}

.nivo-caption .intro_space strong{
	color:#fff;
	display:block;
	text-align:center;
	margin:auto;
	padding-bottom:17px;
	}
	
.nivo-caption .moduleItemReadMore-wrapper{
	display: inline;}
	
.nivo-caption .moduleItemReadMore{
    border: medium none;
    color: #FFFFFF;
    display: inline;
    font-weight: normal;
    padding: 0 12px 0 0;
    text-shadow: none;
	background:url(../images/arrow-white.png) no-repeat;
	background-position: right 6px;	
		}
		
.nivo-caption .moduleItemReadMore:hover{
	background-position: right 6px;	
	text-decoration:underline;
	}
	
.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:64%;
	z-index:9;
	cursor:pointer;
	background:url(../images/slider-dir-nav.png) no-repeat;
	display:block;
	width:110px;
	height:44px;
	font-size:1px;
	text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
    right: 190px;
	background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
    right: 80px;
	background-position: right top;
}

.nivo-directionNav a.nivo-prevNav:hover{
	background-position: left -46px;
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background-position: right -46px;}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
	position:absolute;
	bottom:-23px;
	right:0;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:11px;
	height:11px;
	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;	
}
