/*
 * 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{ padding-bottom:21px;
	height:388px;
	overflow:hidden;
	/*background:url(../../../templates/theme1105/images/slider-bg.png) repeat-x;*/
	background-position: left bottom;
	}
 
#slider{
	width:940px;
	height:388px;
	margin:0;
	padding:0;
	}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background:#fff url(../../../templates/theme1105/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; top:0; left:0; background:none !important
}
.nivo-caption .caption-body { position:relative;
	margin:0; 
}

.nivo-caption a {
}

.nivo-caption p{ position:relative}

.nivo-caption .for_slide1, .nivo-caption .for_slide2, .nivo-caption .for_slide3{ position:absolute;}

.nivo-caption .for_slide1{ top:93px; left:443px; width:440px;}
.nivo-caption .title, .nivo-caption .title2{ display:block}
.nivo-caption .title{ font:42px Arial, Helvetica, sans-serif; color:#5791a6; line-height:1.2em; padding-bottom:6px;}
.nivo-caption .title2{ font:27px Arial, Helvetica, sans-serif; color:#474848; line-height:1.2em;}
.nivo-caption .for_slide1 p{ font:15px Arial, Helvetica, sans-serif; line-height:22px; color:#8d8e8e; padding-right:50px; margin-bottom:8px;}
.nivo-caption .for_slide1 p a{ text-transform:uppercase}

.nivo-caption .for_slide2{ top:94px; left:100px; width:445px;}
.nivo-caption .for_slide2 .title2{ font:34px Arial, Helvetica, sans-serif; line-height:1.2em; margin-top:-7px;}
.nivo-caption .for_slide2 p{ font:12px Arial, Helvetica, sans-serif; line-height:18px; color:#858587; padding-right:50px; margin-top:12px; margin-left:-4px;}

.nivo-caption .for_slide3{ top:58px; left:240px; width:460px; text-align:center}
.nivo-caption .for_slide3 .title{ font:40px Arial, Helvetica, sans-serif; line-height:1.2em; }
.nivo-caption .for_slide3 .title2{ font:34px Arial, Helvetica, sans-serif; line-height:1.2em; margin-top:-4px;}


.nivo-caption-inner{}

.nivo-caption .intro_space{
	}

.nivo-caption .intro_space strong{
	}
	
.nivo-caption .moduleItemReadMore-wrapper{
	}
	
.nivo-caption .moduleItemReadMore{
}
	
.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:45%;
	z-index:9;
	cursor:pointer;
	background:#900;
	/*background:url(../../../templates/theme1105/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: 26px;
    position: absolute;
    right: 27px;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:10px;
	height:10px;
	background: url(../../../templates/theme1105/images/button_slider.gif) 0 0 no-repeat;
	background-position: top right;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left; margin-left:10px; opacity:0.3;filter: alpha(opacity = 30);
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover { opacity:1; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);
}

