
 
/* 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:6;
	display:none;
}

/* DIFFERENT PAUSE TIMES */

.nivoslider-d11 {
	position:relative;
	overflow:hidden;
	visibility:hidden;
}
.nivoslider-d11 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border:0;
}
.nivoslider-d11 a {
	border:0;
}

.nivoslider-d11 {height: 100px !important;}
.nivo-directionNav {display:none !important;}


.nivo-caption {
	position:absolute;
	right:0;
	top:0px;
	background:#fff;
	color:#000;
	width:auto;
	z-index:6;
	padding: 0;
	opacity: 0.8 !important;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.6 !important;
	filter:alpha(opacity=6) !important;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


caption {
	text-align:right;
}

.nivo-caption p {
	padding:2px;
	margin:0;
  font-size:11px;
}