.nivoSlider {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	background: url(../../../../images/loading.gif) no-repeat 50% 50%;
	width: 995px;
	min-height: 599px;
	margin: auto;
}
.nivoSlider img {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 995px;
	height: 599px;
}
.nivoSlider a {
	border: 0;
	display: block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.nivo-controlNav a {
	display: block;
	background: url(../../../../images/bullets.png) no-repeat !important;
	text-indent: -9999px;
	border: 0;
	float: left;
	width: 22px;
	margin-right: 3px;
	height: 22px;
	margin-right: 3px;
	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:-20px;
	border:0;
	width:36px;
	background:url('../../../../images/arrows.png') no-repeat;
	height:41px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:50%;
	z-index:1000;
	cursor:pointer;
	opacity:0;
}
.nivo-directionNav a:hover {
	opacity:1;
}
a.nivo-nextNav {
	background-position: -36px 0 !important;
	right: 10px;
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	left: 10px;
}
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 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	background: url(../../../../images/bg_caption01.html) !important;
	font: 15px/26px 'Open Sans', sans-serif;
	color: #FFF !important;
	position: absolute;
	bottom: 20px;
	left:20px;
	max-width: 450px;
	z-index: 8;
}
.nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	display: inline !important;
}
.nivo-caption a:hover {
	color: #fff;
}
.nivo-caption p {
	padding: 15px;
	margin: 0;
	color: #FFF !important;
}
.nivo-caption p h2 {
	color: #09D !important;
	font-size: 26px !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;
}
