/*
 * 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
 */
.sliderwrapper
{
	height: 300px;
	width: 100%;
	overflow:hidden;
	float:left;
	clear:left;
	margin:0px 0px;
	z-index:0;
}
#slider-container
{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.slider{
    height: 100%;
    overflow: hidden;
    width: 100%;
	margin:0 auto;
 }
 #preloader {
    background: url("images/loader.gif") no-repeat scroll 50% 50% #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 420px;
    height:710px;
    z-index: 0;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
}
/* 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: 0px;
    top:45%;
	margin:0px 0 0 0;
	padding:0;
	color:#7e7e7e;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	background-image:url(images/bg-nivo-caption.png);
	width:400px;
}

.nivo-caption a {
}


.nivo-html-caption {
    display:none;
}
	
.nivo-caption p{
	font-size:21px;
	color:#3a2f28;
	padding:10px 20px;
   	margin:0;
   	line-height:25px;
   	text-align:left;
	font-family: 'Varela',Arial,serif;
}
.nivo-caption span{
	font-size:21px;
	color:#3a2f28;
	padding:7px 20px;
   	margin:0;
   	line-height:25px;
   	text-align:left;
	font-family: 'Varela',Arial,serif;
	float:left;
	}

.nivo-caption h4{
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
    margin-top: 26px;

	}
	
.nivo-caption a.readmore{
	background:#36312E;
	color:#fff;
	font-size:16px;
    padding: 14px 29px;
	}
	
.nivo-caption a.readmore:hover{
	background:#fff;
	color:#36312e;
	font-size:14px;}

	
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
    bottom: 55px;
    position: absolute;
    right: 5px;
    z-index: 8;
	display:none;
	}

.nivo-controlNav a {
	position:relative;
	z-index:999;
	cursor:pointer;
	background-color:#fff;
	display:block;
	float:left;
	height:15px;
	line-height:1px;
	color:#000;
	padding: 0;
	width:15px;
	text-indent:-999em;
	margin-right:4px;
}
.nivo-controlNav a.active {
	background-color:#BE1622;
}

#captions,.captions{
	display:none;
	}
	
.inner-body .nivo-controlNav,.inner-body .nivo-caption
{
	display:none!important;
	}
	#slider-studio 
	{
		height:350px;
		}