﻿
.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;
}
.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;
}

.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; }


.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
    height: 40px; 
    font-size: 18px;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
	position: absolute;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: -72px;
}
.nivo-nextNav {
	right: -72px;
}
.slideshow .nivoSlider:hover .nivo-prevNav {
	left: 0;
}
.slideshow .nivoSlider:hover .nivo-nextNav {
	right: 0;
}
.nivo-controlNav {
	text-align: center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}


.slideshow {
	position: relative;
	margin-bottom: 90px;
}
#slider-bg {
	position: absolute;
	width: 100%;
	height: 440px;
	background-image: url(../images/slider-bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e6e6e6;
	z-index: -9;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	border-top: none;
	border-left: none;
	border-right: none;
}
.slideshow .nivoSlider {
	position: relative;
	max-width: 100% !important;
	height: auto !important;
	background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}
.slideshow .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.slideshow .nivoSlider a {
	border: 0;
	display: block;
}
.slideshow .nivo-controlNav {
	position: relative;
	height: 0;
	bottom: -45px;
	text-align: center;
	z-index: 99;
}
.slideshow .nivo-controlNav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	text-indent: -99999px;
	border-width: 1px;
	border-style: solid;
	border-color: #B30000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slideshow .nivo-controlNav a:hover {
	background-color: #B30000;
}
.slideshow .nivo-controlNav a.active {
	background-color: #B30000;
}
.slideshow .nivo-directionNav a {
	display: block;
	width: 50px;
	height: 100%;
	text-indent: -9999px;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.slideshow .nivoSlider:hover .nivo-directionNav a {
	opacity: 1;
	filter: Alpha(opacity=100); 
}
.slideshow .nivo-directionNav a:hover {
}
.slideshow a.nivo-nextNav {
	background-image: url('../images/slider-next.png');
	background-position: 23px center;
	background-repeat: no-repeat;
}
.slideshow a.nivo-prevNav {
	background-image: url('../images/slider-prev.png');
	background-position: 18px center;
	background-repeat: no-repeat;
}
.slideshow .nivo-caption {
	text-shadow:none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.slideshow .nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}