.nivoSlider {
	margin:0 auto;
	position: relative;
	background: #FFF url(/images/loading.gif) no-repeat 50% 50%;
	width: 940px;
	min-height: 320px;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 940px;
	min-height: 320px;
}
.nivoSlider a {
	border: 0;
	display: block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	padding:0 !important;
	position: absolute;
	right: 95px;
	bottom: 40px;
}
.slider-wrapper :hover .nivo-controlNav {
}
.nivo-controlNav a {
	display: inline-block;
	background: url(/images/bullets.png) no-repeat !important;
	text-indent: -9999px;
	border: 0;
	float: left;
	width: 22px;
	margin: 0 3px;
	height: 22px;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a.active {
	background-position: 0 -22px !important;
}
.nivo-controlNav img {
	display: inline; /* Unhide the thumbnails */
	position: relative;
	margin-right: 10px;
}
.nivo-directionNav a {
	margin-top:-18px;
	display: block;
	width: 36px !important;
	height: 36px !important;
	background: url(/images/arrows.png) no-repeat !important;
	top: 50%;
	text-indent: -9999px;
	border: 0;
	position: absolute;
	z-index: 9;
	cursor: pointer;
}
a.nivo-nextNav {
	background-position: -36px 0 !important;
	right: 15px;
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	left: 15px;
}
a.nivo-prevNav:hover {
}
/* 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 {
	padding: 0;
	background: #1c9ec3;
	background: rgba(15,126,163,0.7);
	max-width: 350px !important;
	font: 400 21px/23px 'Quattrocento', serif;
	color: #FFF !important;
	text-align:center;
	position: absolute;
	bottom: 100px;
	right: 100px;
	z-index: 8;
	opacity:1 !important;
	overflow:hidden;
}
.nivo-caption a {
	color: #FFF;
	display: inline !important;
}
.nivo-caption a:hover {
	color: #000;
}
.nivo-caption p {
	padding: 15px 10px !important;
	margin: 0;
}
.nivo-caption h2 {
	padding:0 20px;
	/*background:#f7941e;
	background: rgba(247,148,30,0.8) !important;*/
	color: #FFF !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}
.nivo-caption span {
	display:block;
}
.nivo-caption p img {
	display: block;
	width: auto;
	height: auto;
	margin: 5px;
	position: relative;
}
.nivo-html-caption {
	display: none;
}
