/* Slider
---------------------------------------- */
#slider-wrapper {
	height:480px;
	background-color:#999;
	width:1000px;
	overflow:hidden;
	position:relative;
}
	#slider-wrapper .container {
		background:url(images/slider-bg.jpg) no-repeat center top;
		overflow:hidden;
	}
#slider {
	position:relative;
	width:1000px;
	height:480px;
	margin-left:0px;
	background:url(images/ajax-loader.gif) no-repeat 50% 50%;
}
#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;
	background:url(../images/slider-shadow.png) no-repeat left top;
}
/* 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 {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	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 a {
	position:absolute;
	top:45%;
	z-index:9999;
	cursor:pointer;
}
.nivo-prevNav {left:0;}
.nivo-nextNav {right:0;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	/*width:845px;*/
	width:1000px;
	height:20px;
	left:0;
	bottom:-20px;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
}
.nivo-controlNav a.active {font-weight:bold;}
.nivo-directionNav {}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:46px;
	height:46px;
	text-indent:-9999px;
	border:0;
	top:42%;
	margin-top:0px;
	background:url(../images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	/*right:360px;*/
	right:20px;
	background-position:-46px 0;
}
a.nivo-nextNav:hover {background-position:-46px -47px;}
a.nivo-prevNav {
	left:20px;
	background-position:0 0;
}
a.nivo-prevNav:hover {background-position:0 -47px;}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}