/*
 * 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:534px;
	overflow:hidden;
	}
 
#slider{
	width:100%;
	height:534px;
	margin:0;
	padding:0;
	}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	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 { 
	text-align;center;
	position:relative;
	top:200px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	width:100%;
}
.nivo-caption .caption-body {
	margin:0;
}

.nivo-caption a {
}

.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:center;
	}
	
.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:42%;
	z-index:9;
	cursor:pointer;
	background:#900;
	background:url(../images/slider-dir-nav.png) no-repeat;
	display:block;
	width:45px; 
	height:44px;
	font-size:1px;
	text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
	left:15px;
	background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
	right:15px;
	background-position: right top;
}

.nivo-directionNav a.nivo-prevNav:hover{
/* background:#F00; */
	background-position: left -44px;
	}

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

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:17px;
	height:17px;
	background:url(../images/slider_btns.png) -25px 0 no-repeat;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left;
	margin: 0 0 0 8px;
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background-position: top left;
}
.nivo-controlNav{
    bottom: 12px;
    position: absolute;
    left:45%;
	margin-left:-64px;
	}

@media (max-width: 959px) {
.nivo-slice {
	display:none;
	position:relative;
	z-index:5;
	width:70%;
}
.nivo-caption{
    top:120px;
    margin-left: -700px;  
}
.nivo-controlNav{
	display:none !important;
}
	
}	
@media (max-width: 480px) {	
 #wrap { 
    position: relative; 
	height: 240px; 
  }
  #slider { 
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
    margin-top: 0px; 
    margin-left: 0px;  
	clear:both;
	background-size: 100% !important;	
  } 
 .nivo-directionNav{
	 display:none !important;
  }
}