/* Slider
---------------------------------------- */

 
#slider-wrapper {
 	height:393px!important;
 	overflow:hidden;
	position:relative;
	width:950px!important;
	}
#slider {width:950px!important;
	position:relative;
 	height:383px!important;
	background-image:url(../images/loading.gif)
	 no-repeat 50% 50% #000;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	z-index: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%;
}
.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.0; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption .nivo-caption-inner {
	padding:0;
	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;
}
/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {
    background-image: url("../images/promo-overlay-bottom.png");
    background-repeat: no-repeat;
    bottom: -12px;
    height: 24px;
    left: 0;
    padding-left: 0;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    width: 950px;
    z-index: 10000;
}
.nivo-control { background-color: transparent;         /*color: transparent!important; color:rgba(0, 0, 0, 0)*/}


.nivo-controlNav a { color:rgba(0, 0, 0, 0);
	position:relative;
	z-index:99;
	cursor:pointer;
	width:19px;
	overflow:hidden;
 	height:19px;
	background-repeat:no-repeat;
	background-position:-19px top;
	background-image:url(../images/slider-pagination.png);
	display:inline-block !important;
	margin-left:9px; 
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background-position:left top;
}

.nivo-directionNav {

	}
