/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	min-height:213px;
	height:auto !important;
  	height:213px;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}
/* 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;
	bottom:0px;
	background:#fff;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:10px;
	margin:0;
	color: #015a7a;
	font-size: 16px;
	
}
.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;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 610px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider1 {
	/*margin-bottom:71px;*/
	float:right;
	margin-right: 25px;
     border-style:solid;
     border-width:0px;
     -moz-box-shadow: 0px 3px 5px #888;
     -webkit-box-shadow: 0px 3px 5px #888;
     box-shadow: 0px 3px 5px #888;
}
#slider1 .nivo-controlNav {
	position:absolute;
	bottom:-71px;
}
#slider1 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:2px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#slider1 .nivo-controlNav a.active img {
	opacity: 1;
	filter:alpha(opacity=100);
}
#slider2 {
	/*margin-bottom:71px;*/
	float:right;
	margin-right: 25px;
     border-style:solid;
     border-width:0px;
     -moz-box-shadow: 0px 3px 5px #888;
     -webkit-box-shadow: 0px 3px 5px #888;
     box-shadow: 0px 3px 5px #888;
}
#slider2 .nivo-controlNav {
	position:absolute;
	bottom:-71px;
}
#slider2 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:2px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#slider2 .nivo-controlNav a.active img {
	opacity: 1;
	filter:alpha(opacity=100);
}
#slider3 {
	/*margin-bottom:71px;*/
	float:right;
	margin-right: 25px;
     border-style:solid;
     border-width:0px;
     -moz-box-shadow: 0px 3px 5px #888;
     -webkit-box-shadow: 0px 3px 5px #888;
     box-shadow: 0px 3px 5px #888;
}
#slider3 .nivo-controlNav {
	position:absolute;
	bottom:-71px;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:2px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#slider3 .nivo-controlNav a.active img {
	opacity: 1;
	filter:alpha(opacity=100);
}
