.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:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	text-align:left;
	bottom:0px;
	background:url(../images/caption-bg.png) repeat-x 0 100%;
	color:#333;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:89;
	width:100%;
	padding:5px 0;
	/*letter-spacing:-1px;*/
}
.nivo-caption .nivo-caption-inner {
	padding:10px 150px 10px 30px;
	margin:0;
}
.nivo-caption strong {
	display:inline-block;
	font-size:58px;
	line-height:1.12em;
	vertical-align:text-bottom;
	font-weight:normal;
	/*letter-spacing:-3px;*/
}
* + html .nivo-caption strong {
	line-height:1.27em;
}
.nivo-caption p {
	margin-bottom:0;
	padding:3px 125px 3px 15px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}
.nivo-caption span.titleLink { display:block; padding-bottom:5px;}
.nivo-caption span.titleLink a{color:#0484d5; font-size:14px; text-transform:uppercase;}
/* 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;
	height:20px;
	right:20px;
	bottom:10px;
}
.nivo-controlNav a {
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	margin-left:4px;
	width:8px;
	height:8px;
	color:#666;
	font-weight:700;
	line-height:8px;
	text-align:center;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/nivo-controlNav.png) no-repeat -12px 0;
}
.no-rgba .nivo-controlNav a {
	background:url(../images/nivo-controlNav.png) no-repeat 0 0;
	}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	color:#fff;
	background:url(../images/nivo-controlNav.png) no-repeat 0 0;
} 