.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden;}
.slideshow .nivoSlider{background:url(../image/loading2.gif) center center no-repeat;border: 1px dotted rgba(214, 208, 208, 0.4);}
.slider-wrapper{position: relative;
    box-shadow: 0 10px 5px -6px rgba(221, 221, 221, 0.85);
    padding-top: 3px;}
.nivoSlider img{position:absolute;top:0px;left:0px;max-width:none;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;}
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.slideshow .nivo-directionNav a{display:block;width:34px;height:34px;background-image:url('../image/icon/prev_next.png');background-repeat:no-repeat;text-indent:-9999px;border:0;position:absolute;top:45%;z-index:9;cursor:pointer;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;}
.slideshow a.nivo-nextNav{background-position:-34px 0;right:-40px;}
.slideshow a.nivo-prevNav{left:-40px;}
.slideshow:hover a.nivo-nextNav{background-position:-34px 0;right:0px;}
.slideshow:hover a.nivo-prevNav{left:0px;}
.slideshow .nivo-controlNav{position:absolute;left:49%;bottom:-30px;z-index:99;}
.slideshow .nivo-controlNav a{vertical-align:top;display:block;width:7px;height:7px;border-radius:7px;text-indent:-9999px;margin-right:9px;float:left;background:#eee;border:2px solid rgba(255, 255, 255, 0);}
.slideshow .nivo-controlNav a:hover{text-decoration:none;}
.slideshow .nivo-controlNav a.active{width:7px;height:7px;background:#bbb;}
@media only screen and (min-width:980px) and (max-width:1025px){.full-slideshow .slideshow a.nivo-nextNav{right:50px;}
.full-slideshow .slideshow a.nivo-prevNav{left:50px;}
.nivo-directionNav a{top:43%;}
}