#slider-wrapper {
	position: relative;
	width: 710px;
	height: 298px;
	margin: 0 0 26px 0;
	overflow: hidden;
}

#slider {
	background: url(loading.gif) no-repeat 50% 50%;
	position: relative;
	width: 710px;
	height: 298px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* 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:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.nivo-caption {
	background: #FFFFFF;
	width: 665px;
	height: 45px;
	padding: 0px 27px 0px 18px;
	color: #000000;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	position: absolute;
	top: 253px;
	left: 0px;
	z-index: 89;
}

	.nivo-caption p {
		padding: 0 100px 0 0 !important;
		line-height: 18px !important;
		font-size: 12px !important;
		color: #999999 !important;
		font-family:Arial, Helvetica, sans-serif;
	}

		.nivo-caption p strong {
			display: block;
			width: 660px;
			padding: 10px 0 10px 0;
			line-height: 18px;
			font-size: 20px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #118eec;
		}
		
		.nivo-caption p b {
			
			display: block;
			width: 124px;
			height: 34px;
			padding: 10px;
			overflow: hidden;
			font-weight: normal;
			position: absolute;
			top: 6px;
			right: 0px;
		}
		
			.nivo-caption p b a {
				display: block !important;
				height: 34px;
				line-height: 26px;
				font-size: 12px;
				text-align: center;
				text-decoration: none;
				color: #fff;
			}
			
			.nivo-caption p b a:hover {
				color: #000;
			}
			
		.nivo-caption p i {
			background: url(images/link-2.png) no-repeat 0% 0%;
			display: block;
			width: 124px;
			height: 29px;
			padding: 15px;
			overflow: hidden;
			font-style: normal;
			position: absolute;
			top: 20px;
			right: 0px;
		}
		
			.nivo-caption p i a {
				display: block !important;
				height: 29px;
				line-height: 26px;
				font-size: 12px;
				text-align: center;
				text-decoration: none;
				color: #fff;
			}
			
			.nivo-caption p i a:hover {
				color: #000;
			}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.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;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
