.slider-wrapper {
	float:left;
}
.nivoSlider {
	margin: auto;
	background: #000 url(/images/loading.gif) no-repeat 50% 50%;
	width: 700px;
	min-height: 410px;
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 700px;
	min-height: 410px;
}
.nivoSlider a {
	border: 0;
	display: block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.slider-wrapper :hover .nivo-controlNav {
}
.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:-18px;
	display: block;
	width: 36px;
	height: 36px;
	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%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
/* Caption styles */
.nivo-caption {
	padding: 0;
	max-width: 370px;
	position: absolute;
	right: 0;
	top: 80px;
	color: #FFF;
	z-index: 8;
	font: 300 27px/33px 'Roboto Slab', serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	overflow: hidden;
}
.nivo-caption p {
	padding: 0;
	margin: 0;
}
.nivo-caption p + p {
	margin-top:25px;
}
.nivo-caption strong {
	padding-bottom: 10px;
	font-weight: 700;
	color:#DDB;
}
.nivo-html-caption {
	display: none;
}
span.button {
	padding: 0;
}
.nivo-caption p + p a:link, .nivo-caption p + p a:active, .nivo-caption p + p a:visited {
	padding: 0 20px;
	background: #000;
	font: 400 13px/30px 'Roboto Slab', serif;
	height: 30px;
	color: #FFF !important;
	text-decoration: none !important;
	text-transform:uppercase;
	display: block;
	float: left;
}
.nivo-caption p + p a:hover {
	background: #262626 url("/images/bg_pttrn01.png");
}
.nivo-html-caption {
	display: none;
}
