.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nivoSlider img {
    left: 0;
    position: absolute;
   
    top: 0;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../img/bg/homeSliderArrow.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 359px;
    opacity: 0.7;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 60px;
    z-index: 9;
}
.nivo-directionNav .nivo-prevNav {
    left: 0;
}
.nivo-directionNav .nivo-nextNav {
    background-position: right center;
    right: 0;
}
.nivo-directionNav .nivo-prevNav:active{
	background-position: -5px center;
}
.nivo-directionNav .nivo-nextNav:active{
	background-position: -235px center;
}

.nivo-directionNav a:hover,.nivo-directionNav a:focus {
	opacity:1;
}
.nivo-controlNav {
    padding: 15px 0;
    text-align: center;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}