#slider-wrapper {
	margin: 0; height: 286px; overflow: hidden; position: relative; z-index: 2;
}
#slider {
	background: url("../images/loading.gif") no-repeat 50% 50%; width: 942px; height: 286px; position: relative;
}
#slider img {
	left: 0px; top: 0px; display: none; position: absolute;
}
#slider a {
	border: 0px currentColor; display: block;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px; top: 0px; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 60;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 50;
}
.nivo-caption {
	background: rgb(0, 0, 0); left: 0px; width: 100%; bottom: 0px; color: rgb(255, 255, 255); position: absolute; z-index: 89; opacity: 0.8;
}
.nivo-caption p {
	margin: 0px; padding: 5px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	top: 45%; position: absolute; z-index: 99; cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav {
	padding: 15px; text-align: center; right: 17px; bottom: 3px; position: absolute; z-index: 99;
}
.nivo-controlNav a {
	background: url("../images/slide_nav.png") no-repeat left bottom; margin: 0px 0px 0px 1px; width: 12px; height: 12px; text-indent: -999em; float: left; display: block !important; position: relative; z-index: 99; cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;background: url("../images/slide_nav.png") no-repeat left top;
}
.nivo-controlNav a:hover {
	font-weight: bold;background: url("../images/slide_nav.png") no-repeat left top;
}
.nivo-directionNav {
	
}
.nivo-directionNav a {
	border: 0px currentColor; top: 50%; width: 34px; height: 34px; text-indent: -9999px; display: block; position: absolute;
}
a.nivo-nextNav {
	background: red; right: 0px;
}
a.nivo-prevNav {
	background: red; left: 0px;
}
#slider .nivo-controlNav img {
	width: 120px; height: auto; margin-right: 10px; display: inline; position: relative;
}