#slider_container {
	height: 328px;
	position: relative;
	width: 928px;
	margin:0px;
background:url(http://www.nationalcurrencyfoundation.org/images/general/sliderBg.png) top left no-repeat;
	
}
#slider_container #slider_bottom_shadow,
.nivo-controlNav a {
	background: url(../images/global/global.png) no-repeat;	
}
#slider_container #slider_bottom_shadow {
	background-position: left -166px;
	width: 928px;
	height: 83px;
	display: block;
	position: absolute;
	bottom: -55px;
}
.nivoSlider {
	position: relative; width:928px; height:328px;
}
.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%;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 25px;
	bottom: 15px;
	background: none;
	color: #ffffff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
	
}
.nivo-caption p {
	padding: 10px;
	margin: 0;
color:#f7f7f7; font-size:15px; font:verdana;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 148px;
	z-index: 200;
	display: block;
	width: 52px;
	height: 53px;
	cursor: pointer;
	text-indent: -999em;
}
.nivo-prevNav {
	left: 6px;opacity: 0.3;
	background-position: left -43px;
	background:url(/images/general/forwardSlide.png) no-repeat;
}
.nivo-prevNav:hover {
	left: 4px;opacity: 0.3;
	background:url(/images/general/forwardSlide.png) no-repeat;
}
.nivo-nextNav {
	right: -10px;opacity: 0.3;
	background-position: right -43px;
	background:url(/images/general/backwardslide.png) no-repeat;
}
.nivo-nextNav:hover {
	right: -12px;opacity: 0.3;
	background:url(/images/general/backwardslide.png) no-repeat;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	right: 15px;
	top: 280px;
	z-index: 99;
	
}
.nivo-controlNav a {
	background-position: left -249px;
	float: left;
	margin: 2px;
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -999em;
	z-index: 99;
	cursor: pointer;
	background:url(/images/general/inactiveslide.png) no-repeat;
}
.nivo-controlNav a:hover {
	background-position: left -249px;
	background:url(/images/general/activeSlide.png) no-repeat;
}
.nivo-controlNav a.active {
	background-position: left -249px;
	background:url(/images/general/activeSlide.png) no-repeat;
}

.nivo-caption a {
	display:inline !important; color:#ffffff;
}
.nivo-html-caption {
    display:none;
}
