/*
 * jquery nivo slider v3.2
 * http://nivo.dev7studios.com
 *
 * copyright 2012, dev7studios
 * free to use and abuse under the mit license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* the nivo slider styles */
.nivoslider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 45px;
	background: url(/uploads/image/_t0f3thnivo-slider_res/bg_black2.png) repeat;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 0;
	-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 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 6px 50px;
	color: #ffffff;
	width: 960px;
	margin: 0 auto;
}
.nivo-caption p {
	padding: 5px 0;
	margin: 0;
	line-height: 25px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* direction nav styles (e.g. next & prev) */
.nivo-directionnav a {
	position: absolute;
	bottom: 8px;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevnav {
	left: 50%;
	margin-left: 438px;
}
.nivo-nextnav {
	left: 50%;
	margin-left: 470px;
}
.nivo-prevnav {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/uploads/image/_t0f3thnivo-slider_res/btn_prev.png) center top no-repeat;/*text-indent:-100px;*/
}
.nivo-nextnav {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/uploads/image/_t0f3thnivo-slider_res/btn_next.png) center top no-repeat;/*text-indent:-100px;*/
}
/* control nav styles (e.g. 1,2,3...) */
.nivo-controlnav {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 9999;
	display: block;
	height: 25px;
	width: 200px;
	margin-left: -100px;
}
.nivo-controlnav a, .nivo-controlnav a:link, .nivo-controlnav a:hover, .nivo-controlnav a:visited, .nivo-controlnav a:active {
	cursor: pointer;
	background:  center center no-repeat;
	margin: 0 3px;
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	overflow: hidden;
}
.nivo-controlnav a.active {
	background:  center center no-repeat;
}
