/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* #slider2{margin-bottom: 20px;} */
.slider-wrapper{position: relative;}
.slider-wrapper.singleImg .nivoSlider .nivo-directionNav{display: none !important;}
.slider-wrapper #overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 6; }
.slider-wrapper #overlay #reveal{
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 100%;
	opacity: 0;
	background-image: url(../../images/big-r-trans.png);
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	background-position: left top;
}
#reveal_left, #reveal_right{
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 1;
	background-image: url(../../images/grey-50.png);
	background-repeat: repeat;
}
#reveal_left{ left: -60px;}
#reveal_right{right: -60px;}
.solid{position: absolute; top: 0; left: 0px; width: 60px; height: 100%; z-index: 2; background: #ddd;}

.square{height: 62px; width: 62px; position: absolute; right: 0; background-image: url(../../images/grey-50.png); background-repeat: repeat;}
#square1{top: 0;}
#square2{top: 62px;}
#square3{top: 124px;}
#square4{top: 186px;}
#square5{top: 248px;}
#square6{top: 310px;}
#square7{top: 372px;}
 
/* 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 {
	position:absolute;
	left: 60px;
	top: 270px;	
	color:#fff;
	width:960px;
	z-index:8;		
	/*overflow: hidden;*/
	display: none;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption .inner{position: relative;}

.nivo-caption .inner .line1, .nivo-caption .inner .line2, .nivo-caption .inner .line3, .nivo-caption .inner .line4{display: block; opacity: 0;}


.nivo-caption .inner .line1{margin-bottom: 2px; margin-left: -200px}
.nivo-caption .inner .line2{margin-left: 200px; display: block; float: left; width: 100%;}
.nivo-caption .inner .line3{margin-left: 200px; display: block; float: left; width: 100%;}
.nivo-caption .inner .line4{margin-left: 200px; display: block; float: left; width: 100%;}

.nivo-caption .inner > div > span{}

.nivo-caption .inner .line1 span{color: #000; background: #fff; text-transform: uppercase; font-size: 18px; line-height: 26px; height: 26px;padding: 2px 10px; }
.nivo-caption .inner .line2 span{}
.nivo-caption .inner .line2 span,
.nivo-caption .inner .line3 span{background: #A7BB5D; font-size: 25px; line-height: 35px; height: 35px; /*font-weight: bold;*/padding: 2px 10px; float: left; display: block; }

.nivo-caption .inner .line4 span{color: #555; color: #fff; text-transform: uppercase; font-size: 16px; line-height: 24px; height: 26px;background: #00263D; padding-left:10px; padding-right:10px;}

.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) */
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;	
	z-index: 9;
	cursor: pointer;
	z-index: 100;
	background-color: #D12477;
	background-image: url(../../images/gallery-arrows.png);
	background-repeat: no-repeat;
	right: 60px
	
}
.nivo-prevNav {
	margin-top: 31px;
	/*right:0px;*/ background-position: -60px 0px;
}
.nivo-nextNav {
	margin-top: -30px;
	/*right:0px;*/	background-position: 0 0 ;
}

.grid_9 .nivo-directionNav a{right: 0;}
.grid_9 .nivo-prevNav{margin-top: -60px}
.grid_9 .nivo-nextNav{margin-top: 1px}

#slider2.single .nivo-directionNav a{display: none;}

.nivo-directionNav a:hover{background-color: #00263D;}
/* Control nav styles (e.g. 1,2,3...) */
#slider .nivo-controlNav {
	position: absolute;
	bottom: 0;
	text-align:center;
	width: 100%;
	z-index: 10;
}
#slider .nivo-controlNav a {
	cursor:pointer;
}
#slider .nivo-controlNav a.active {
	font-weight:bold;
}

/*#slider2{height: 320px;}*/