.slider-container {
    width: 100%;
    height: auto;
	display: inline-block;
	position: relative;
	margin: 0;
}
.slider {
	width: 100%;
    height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.slides {
	width: 100%;
    height: 280px;
}
.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: 60;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-controlNav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	color: #000;
	font-size: 24px;
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
	-webkit-opacity: 0.70;
    opacity: 0.70;
    zoom: 1;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	color: #fff;
	text-decoration: none;
}
.slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 22px;
	margin-top: -11px;
}
.slider-nav a {
	height: 22px;
	width: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 99;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
	-webkit-opacity: 0.80;
    opacity: 0.80;
    zoom: 1;
}
.slider-nav a.nivo-prevNav {
	left: 25px;
	background: url('../images/prev.png') no-repeat;
}
.slider-nav a.nivo-prevNav:hover {
	left: 24px;
}
.slider-nav a.nivo-nextNav {
	right: 25px;
	background: url('../images/next.png') no-repeat;
}
.slider-nav a.nivo-nextNav:hover {
	right: 24px;
}