/* Slider
---------------------------------------- */

#slider-wrapper {
	background: url(../../images/slider-bg.jpg) no-repeat 50% 0%;nivoSlider
	position: relative;
	height: 142px;
	overflow: hidden;
	top:-10px;
	z-index: 1;
}

	#slider-wrapper a.button {
		display: none;
	}

#slider {
	background: url(../../images/loading.gif) no-repeat 50% 50%;
	width: 587px;
	height: 142px;
	overflow: hidden;
	top: 1px;
	left: 0px;
	position: relative;
}
#slider img {
    position: relative;
	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: 587px;
	height: 142px;
	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 {
	background: #000;
	width: 297px;
	height: 80px;
	padding: 9px 26px 9px 16px;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	line-height: 18px;
	font-size: 12px;
	color: #9f9f9f;
	position: absolute;
	top: 132px;
	right: 1px;
	z-index: 89;
}
.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 {
	display: none;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 816px;
	height: 14px;
	text-align: center;
	position: absolute;
	top: 122px;
	left: 0;
	z-index: 100;
}
.nivo-controlNav a {
	background: ../../images/pagination.png) no-repeat 0% 0%;
	display: inline-block !important;
	width: 14px;
	height: 14px;
	position: relative;
	margin: 0 2px 0 1px;
	z-index: 99;
	cursor: pointer;
	overflow: hidden;
}

	.nivo-controlNav a:hover {
		background-position: 0% -14px;
	}
	
	.nivo-controlNav a.active {
		background-position: 0% -14px;
	}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:34px;
	height:34px;
	text-indent:-9999px;
	border:0;
	top:50%;
}
a.nivo-nextNav {
	right:0;
	background:red;
}
a.nivo-prevNav {
	left:0;
	background:red;
}

#slider .nivo-controlNav img {
	display: none; /* Unhide the thumbnails */
	position: relative;
	margin-right: 10px;
	width: 120px;
	height: auto;
}
