
 
 

.slider-left {
	float: left;
	width: 60px;
	margin-top: 80px;
}
.slider-right {
	float: left;
	width: 50px;
	margin-left: 15px;
	margin-top: 60px;
}
.slider-wrapper {
	width: 800px;
	height:375px;
	margin-left: 15px;
	float: left;
}

.ORIGslider-wrapper {
	background: transparent url(/images/nivo/border.png) no-repeat left top;
	width: 800px;
	height:300px;
	margin-left: 15px;
	padding: 16px 9px 12px 9px;
	margin-bottom: 60px;
	float: left;
}

.nivoSlider {
	position:relative;
	background:#fff url(/images/nivo/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:block;
}

.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:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; 
	width:800px;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-62px;
    margin-left:-40px; 
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


