/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*overflow: hidden;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	background:white; 
    filter:alpha(opacity=0); 
    opacity:0;

}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	z-index:900;
}

.nivo-directionNav a {
	position:absolute;
	bottom:50px;
	z-index:9;
	cursor:pointer;
    font-size:54px;
    color:#fff;
}
.nivo-prevNav {
	left:50%;
    margin-left:-520px;
}
.nivo-nextNav {
	right:50%;
    margin-right:-520px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*custom*/
.preloader{
	background: #fff url(../images/std/loader.gif) no-repeat 50% 50%;
	position:absolute; top:0; right:0; z-index:51; /* z-index greater than #slider */
	width:100%; height:100%;	
}
#Slider-wrapper{position:relative;float:left;width:100%;overflow:hidden;background: #fff url(../images/std/loader.gif) no-repeat 50% 50%;}
.inner-body #Slider-wrapper{margin:0px 0px 20px;height:350px;}
.inner-body #slider{height:100%;}
.nivo-caption
{    
    display:none;
	left:50%;
	top:10%;
    bottom:auto;				           
    z-index:2001;
    width:100%;    
    padding:0;
    margin-left:-500px;
    background:rgba(93,103,109,0.5);
    padding:15px 20px;
	position:absolute;
	overflow:hidden;
    width:550px;
}
.inner-body .nivo-caption{display:block;top:20%;}
.nivo-caption p
{    
	color:#fff;	
	padding:0px;	
    margin:0;
	/*text-shadow:2px 2px 3px #000000;*/
	font-size:16px;	
	text-align:left;        
}

.nivo-caption h1,.nivo-caption h2
{  
    display:inline-block;
      font-size:28px;    
    color:#fff;
    margin:3px 0;
    font-weight:700;    
}


.nivo-caption a
{
	color:#fff;
}

.nivo-directionNav a
{
    
    width: 30px;
    height: 30px;
    opacity: 0.70;
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    filter: alpha(opacity=70);
    z-index:100;
}
.nivo-directionNav a:hover{
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
}

.nivo-prevNav 
{
    background-position:0 0 !important;

}
.nivo-nextNav {
    background-position:-30px 0 !important;
}

.nivoSliderInner .nivo-caption{
	background:none;
	padding:0;
}

.nivo-controlNav {
	bottom: 30px;
    padding: 0;
    position: absolute;
    left: 10px;    
    z-index:10;
    display:block;
}
.nivo-controlNav a {
	cursor:pointer;
	background:url(../../images/bullets.png) no-repeat -27px 0;
	padding:0 10px 0 11px;
	height:22px;
	display: block;    
	float:left;
	margin-left:7px;
    text-indent: -999em;
    
}
.nivo-controlNav a.active {
	
	background-position:0 0;
}

