/* ------------------- NIVO SLIDER  ------------------- */
.slider-wrapper {
	position: relative;
}
.nivoSlider {
	position: relative;
	width: 590px;
	height: 365px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px 0 #cad4c3;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* 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%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	top: 4px;
	left: 10px;
	color: #000;
	width: 50%;
	z-index: 8;
	padding: 15px 10px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption h2 {
	color: #000;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
}
.nivo-caption p {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0;
	line-height: 16px;
}
.nivo-caption p .bike-price {
	font-size: 20px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	bottom: 0;
	left: 6px;
	padding: 0;
	z-index: 200;
	/*hidden for uncorked*/
	display: none;
}
.nivo-controlNav a {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	text-indent: -9999px;
	border: 0;
	margin: 4px;
	border-radius: 6px;
	border: 1px solid #000;
}
.nivo-controlNav a.active {
	background: #ec2f23;
}
