.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 35px;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-30px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}

.nivo-directionNav a {
	display:block;
	width:47px;
	height:47px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-47px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	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;
	text-align: left;
	background-color: #FFF;
	padding: 15px;
	top: 10px;
	left: 68px;
	width: 385px;
	background: rgba(255, 255, 255, 0.8);
	z-index:8;
}
.nivo-caption-noscript {
	position: relative;
}
.nivo-caption > p > h2 {
	margin: 0;
	line-height: 1.3em;
	font-size: 1.4em;
	text-decoration: none;
	padding-bottom: 5px;
}
.nivo-caption > p {
	margin: 0;
	font-size: 1.0em;
	color: #333;
	line-height: 1.7em;
	font-weight: bold;
}
.nivo-caption a {
	float: right;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:37%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0;
}
.nivo-nextNav {
	right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

@media (max-width:767px) {
    .nivo-caption {
        max-width: 80%; 
    }
}
