@charset "utf-8";
/*
 * jQuery Nivo Slider v3.1
 * http: //nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http: //www.opensource.org/licenses/mit-license.php
 */
.slider-wrapper {
	position: relative;
}

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nivoSlider img.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 6;
	display: none;
	background-image: url(a);
}

/* 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 */
.none {
	display: none !important;
}

.nivo-caption {
	display: none !important;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.6);
	*background: #000;
	filter: alpha(opacity=60);
	-ms-filter: alpha(opacity=60);
	color: #fff;
	width: 220px;
	height: 200px;
	z-index: 8;
	padding: 5px 10px;
	overflow: auto;
	display: none;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0; */
}
.nivo-caption a {
	display: inline !important;
}
.nivo-caption .jspPane {
	width: 220px;
	height: 190px;
}
.nivo-caption .jspPane p {
	width: 220px;
	height: 190px;
	display: table-cell;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.nivo-caption .jspVerticalBar {
	width: 6px;
}
.nivo-caption .jspTrack {
	background: #000;
}
.nivo-caption .jspDrag {
	background: #666;
}

.nivo-html-caption {
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-directionNav a.nivo-prevNav {
	left: 0px;
}
.nivo-directionNav a.nivo-nextNav {
	right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 9;
}
.nivo-controlNav a {
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
