
 
#slider {
    width:940px; 
    height:320px; 
	position:relative;
}



.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:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

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

.nivo-caption {
	position:absolute;
	left:120px;
	bottom:5px;
	height: 80px;
	background:#000;
	color:#fff;
	width:700px;
	text-align: center;
	z-index:8;
}
.nivo-caption p {
	padding:0 0 5px 20px;
	margin:0;
	font:21px/80px 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

 .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-25px;
    margin-left:-30px; 
    
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
    border:0;
    margin-right:7px;
    float:left;
    display:block;
    width:20px;
    height:25px;
    text-indent:-9999px;	
    -moz-transition:none;
	-o-transition: none;
	-transition: none;
	transition-property: none !important;
	-moz-transition-property: none !important;
	-o-transition-property: none !important;
	-webkit-transition-property: none !important;

}
.nivo-prevNav {
	left:-40px;
	background:url('/images/nivo/slide-arrow.png') no-repeat;
	background-position: 0 0;
}
.nivo-prevNav:hover {
		background-position: 0 -25px;
}
.nivo-nextNav {
	background:url('/images/nivo/slide-arrow.png') no-repeat;
	background-position: -20px 0;
	right:-45px;
}
.nivo-nextNav:hover {
		background-position: -20px -25px;
}


.nivo-controlNav a {
    background:url('/images/nivo/nav-bullets.png') no-repeat;
	width: 12px;
    display: block;
	height: 12px;
    margin-right:10px;
    text-indent:-9999px;
    float: left;
	-moz-transition:none;
	-o-transition: none;
	-transition: none;
	transition-property: none !important;
	-moz-transition-property: none !important;
	-o-transition-property: none !important;
	-webkit-transition-property: none !important;
	cursor:pointer;	
}
.nivo-controlNav a.active {
    background-position:0 -12px;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

