/*
 * 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:250px;
	overflow:hidden;
	}
 
#slider{
	width:950px;
	height:250px;
	margin:0;
	padding:0;
	}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:103px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:340px;
	z-index:8;
	height:471px;
    overflow: visible;
}
.nivo-caption p {
	padding:5px;
	margin:0;
    width: 340px;
	overflow:visible;
}

.nivo-caption span.moduleItemTitle {
	font-family:'LaneNarrowRegular';
	font-size:50px;
	line-height:48px;
	color:#3f3f3f;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:0;
	letter-spacing:1px;
}

.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:left;
	margin-top:7px;}
	
.nivo-caption .moduleItemReadMore{
	background:url(../images.livedemo00.template-help/joomla_37618/templates/theme885/images/slide-readmore-bg.html) top left repeat-x;
	height:47px;
	line-height:47px;
	border:none;
    padding: 0 15px 0 22px;
}

.nivo-caption .moduleItemReadMore span{
	display:block;
	background:url(../images.livedemo00.template-help/joomla_37618/templates/theme885/images/slide-readmore-bg-2.html) top right no-repeat;
	padding-right:45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:19px;
	}
	
.nivo-caption .moduleItemReadMore:hover span{
	color:#000;}
	
.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;
	display:block;
	width:68px;
	height:137px;
	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-position: left -138px;
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background-position: right -138px;}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
   
    left: 0;
    padding: 23px 7px;
    position: absolute;
    top: 94px;
    z-index: 999;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:16px;
	height:16px;
	background:url(../images.livedemo00.template-help/joomla_37618/templates/theme885/images/slider-contr-nav.html) no-repeat;
	background-position: left bottom;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:none;
	margin: 0 0 2px 0;
}

.nivo-controlNav a.active {
	background-position: left top;	
}
