/* The Nivo Slider styles */

.nivoSlider { position:relative; }
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	text-align:left;
	bottom:0px;
	background:url(../images/caption-bg.png);
	color:#fff;
	/*opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	padding:8px 20px;
}
.nivo-caption .nivo-caption-inner {
	padding:10px 50px 10px 30px;
	margin:0;
}
.nivo-caption h4 {
	padding:3px 0;
	color:#fff;
	font-weight:normal;/*letter-spacing:-3px;*/
}
.nivo-caption h5 a {
	background:#C01F25;
	padding:3px;
	color:#fff;
	text-transform:uppercase;
}
.nivo-caption h5 i {
	font-size:13px;
	padding:5px 0;
}
.nivo-caption h3 {
	padding:15px 0 5px 0;
	text-transform:uppercase;
}
.nivo-caption p {
	padding:0 0 3px;
	font-size:13px;
}
.nivo-caption p a.readmore { color:#58b1ea; }
.nivo-caption p a:hover.readmore { text-decoration:underline; }
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}
.nivo-prevNav {
	left:10px;
	background:url(../images/arrows.png) no-repeat 0 0;
}
.nivo-nextNav {
	right:10px;
	background:url(../images/arrows.png) no-repeat -30px 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	text-align:center;
	/*width:100%;*/
	padding:0;
	bottom:10px;
	right:15px;
	z-index:9999;
}
.nivo-controlNav a {
	float:none;
	position:relative;
	z-index:99;
	text-align:center;
	font-weight:400;
	color:#666;
	line-height:15px;
	cursor:pointer;
	display:inline-block !important;
	margin-left:4px;
	/*text-indent:-9999px;*/
	width:15px;
	height:15px;
	overflow:hidden;
	background:url(../images/controlNav.png) left top no-repeat;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background:url(../images/controlNav.png) -25px top no-repeat;
	color:#cb214c;
}
