.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}
.nivo-main-image {
	display: block!important;
	position: relative!important;
	width: 100%!important
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 7;
	display: none
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 4;
	height: 100%;
	top: 0
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 4;
	overflow: hidden
}
.nivo-box img {
	display: block
}
.nivo-caption {
	position: absolute;
	left: 0%;
	top: 23%;
	background: none;
	color: #fff;
	width: 100%;
	height: auto;
	z-index: 8;
	overflow: hidden;
	padding: 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 0; 
}

.nivo-html-caption {
	display: none
}
.nivo-directionNav a {
	position: absolute;
	top: 44%;
	z-index: 9;
	cursor: pointer;
	text-indent: -999999px; opacity:0.7; transition: all 0.4s ease-in-out 0s;
}
.nivo-directionNav a:hover{opacity:1;}
.nivo-prevNav {
	left:1%;
	background: url(../images/prev05.png) no-repeat;
	width: 76px;
	height: 76px
}
.nivo-nextNav {
	right: 1%;
	background: url(../images/next05.png) no-repeat;
	width: 76px;
	height: 76px
}
.nivo-controlNav {
	text-align: center;
	padding: 0;
	width: 200px;
	height:auto;
	position: absolute;
	right: 41%;
	bottom: 10px;
	z-index: 999;
	
}
.nivo-controlNav a {
	cursor: pointer;
	background: #000;
	width: 16px;
	height: 16px;
	margin: 0 4px;
	padding:0px;
	color: #000;
	font-weight: 700;
	font-size: 9px;
	line-height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; border:#bebebe solid 1px; display:inline-block;
}
.nivo-controlNav a.active {
	font-weight: 700;
	background: #c90407;
	width: 16px;
	height: 16px;
	padding:0px;
	color: #c90407;
	font-size: 9px;
	line-height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; border:#fff solid 1px; display:inline-block;
}
