/*
 * 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
 */
#rt-showcase{margin-top:-55px;} 
#slider-container{
	height:590px;
	overflow:hidden;
	/*background:url(../images/slider-bg.png) repeat-x;*/
	background-position: left bottom;
	
	}
 
#slider{
	width:940px;
	height:470px;
	margin:0;
	padding:0;
	}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background: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;
	left:0;
	top:120px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:520px;
	z-index:8;
}
.nivo-caption .caption-body {
	margin:0;
}

.nivo-caption h1{font-size:100px;line-height:1.2em;letter-spacing:-2px;margin:0 0 12px;}
.nivo-caption em{color:#5c4232;font-size:24px;line-height:29px;font-family: 'Arapey', serif;}

.nivo-caption a.moduleItemReadMore {
	padding:12px 14px;
}
.nivo-caption a.moduleItemReadMore:hover {
	padding:13px 13px 11px 15px;
}

.nivo-caption a.slider-button{background:url(../images/slider-button-left.png) 0 0 no-repeat;padding:0 0 0 5px;display:inline-block;}
.nivo-caption a.slider-button>span{display:inline-block;padding:0 5px 0 0;background:url(../images/slider-button-right.png) 100% 0 no-repeat;}
.nivo-caption a.slider-button>span span{display:inline-block;background:url(../images/slider-button.png) 0 0 repeat-x;padding:13px 15px 15px;}
.nivo-caption a.slider-button:hover{background:url(../images/slider-button-left.png) 0 100% no-repeat;}
.nivo-caption a.slider-button:hover>span{background:url(../images/slider-button-right.png) 100% 100% no-repeat;}
.nivo-caption a.slider-button:hover>span span{background:url(../images/slider-button.png) 0 100% repeat-x;padding:14px 14px 14px 16px;}

.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{
	padding:45px 0 0;
	}
	
.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: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: 32px;
    position: absolute;
    right: 26px;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:24px;
	height:23px;
	background:#900;
	background:url(../images/slider/slider_btns.png) -25px 0 no-repeat;
	background-position: top right;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left;
	margin: 0 0 0 1px;
}

.nivo-controlNav a.active,.nivo-controlNav a:hover {
	background:url(../images/slider/slider_btns.png) 0px 0 no-repeat;
}
