
 
 

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0px none;
	padding:0;
	margin:0;
	z-index:60;
	display:none
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	text-align:left;
	color:#fff;
	opacity:0.8; 
	width:100%;
	height:28px;
	z-index:89;
}
.nivo-caption p {
	padding: 5px 5px 5px 10px;
	margin:0;
	line-height: 1.5em;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}


.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



#slider-block{
	background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat-x left bottom ;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 40px
}

#slider-holder{
	width: 840px;
	height: 300px;
	margin: 0 auto;
	background: url('/bannerx/img/slider-shadow.png') no-repeat center bottom;
}

#slider {
    position:relative;
    width:840px; 
    height: 300px; 
    background: url('/bannerx/img/loading.gif') no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0px none;
    display:block
}

.nivo-controlNav{
	position: absolute;
	bottom: -60px;
	left: 100px;
	z-index: 9999;
	height: 56px;
	padding-left: 20px;
	padding-right: 20px;
}

.nivo-controlNav a{
	display: block;
	float: left;
	background: url('/bannerx/img/slider-nav-buttons.png') no-repeat 0px 0px; 
	height: 13px;
	width: 13px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	text-indent: -9000px
	
}

.nivo-controlNav a:hover{ background-position: -12px 0px;  }

.nivo-controlNav a.active{ background-position: -25px 0px;   }

.nivo-directionNav a{
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -9000px;
	background: url('/bannerx/img/slider-arrows.png') no-repeat;
}

.nivo-directionNav a.nivo-nextNav{ 
	background-position: 0px 0px;
	margin-right: -19px;
	z-index: 1001;
}

.nivo-directionNav a.nivo-prevNav{ 
	background-position: -37px 0px;
	margin-left: -19px;
	z-index: 1001;
}

.nivo-directionNav a.nivo-nextNav:hover{
	background-position: 0px -37px;
}

.nivo-directionNav a.nivo-prevNav:hover{
	background-position:  -37px;
}

