.homeslidediv {
    position: relative;
    width: 100%;
    z-index: 30;
}
.homeslider {
    /*border: 1px solid #ececec;*/
    height: 300px;
    overflow: hidden;
    position: relative;
}
.hgone {
    display: none;
    float: none;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.hgoneinside {
    height: 300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 296px;
}
.hgoneinside img{
    vertical-align: middle;
}
.hgoneinsideblock {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    padding: 10px 10px 40px;
    position: absolute;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.hgoneinsidetext {
    color: #fff;
    font: 32px "Open Sans",sans-serif;
    margin: 0 0 20px;
    padding: 15px 25px;
}
.hgnaviall {
    bottom: 10px;
    float: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    opacity: 0;
}
.homeslider:hover .hgnaviall{
    opacity: 1;
}
.hgnavi {
    margin: 0 auto;
    padding: 10px;
    border-radius: 30px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.hgnavone {
    background: none repeat scroll 0 0 #d3d3d3;
    border-radius: 15px;
    cursor: pointer;
    float: left;
    height: 15px;
    margin: 0 2px;
    width: 15px;
}
.hgnavone.act {
    background: none repeat scroll 0 0 #040509;
}
.homeslider:hover #prevbtn{
    opacity: 1;
}
.homeslider:hover #nextbtn{
    opacity: 1;
}
.hgbtn{
    font-size: 21px;
    cursor: pointer;
    height: 70px;
    width: 70px;
    position: absolute;
    margin-top: -35px;
    top: 50%;
    z-index: 1000;
    color:#fff;
    text-align: center;
    border-radius: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    
}
.hgbtn:hover{
    color: #c51b3d;
}
#prevbtn {
    transition: all 200ms ease-out 0s;
    left: -25px; 
    opacity: 0;  
    background: #fff url("/images/sl-left.png") no-repeat center center;
}
#nextbtn {
    transition: all 200ms ease-out 0s;
    right: -25px;
    opacity: 0;
    background: #fff url("/images/sl-right.png") no-repeat center center;
}
.homeslidediv.fullview, .homeslidediv.fullview .homeslider, .homeslidediv.fullview .hgone, .homeslidediv.fullview .hgoneinside{
    height: 412px!important;
}
.homeslidediv.fullview .homeslider{
    border: 1px solid #f2f2f2;
}
.homeslidediv.fullview .hgoneinside{
    line-height: 406px;
}
.homeslidediv.fullview{
    margin-bottom: 0;
}
.homeslidediv.fullview .hgoneinside img{
    max-height: 412px!important;
}
.homeslidediv.fullview2, .homeslidediv.fullview2 .homeslider, .homeslidediv.fullview2 .hgone, .homeslidediv.fullview2 .hgoneinside{
    height: 300px!important;
}
.homeslidediv.fullview2 .homeslider{
    border: 1px solid #f2f2f2;
}
.homeslidediv.fullview2 .hgoneinside{
    line-height: 296px;
}
.homeslidediv.fullview2{
    margin-bottom: 0;
}
.homeslidediv.fullview2 .hgoneinside img{
    max-height: 300px!important;
}
.sl-pagination{
    padding: 0!important;
    list-style: none outside!important;
    margin: 5px 0 0 0 !important;
}
.sl-pagination li{
    list-style: none outside!important;
    padding: 0!important;
    float: left;
    width: 90px;
    height: 67px;
    line-height: 65px;
    border: 1px solid #f2f2f2;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.25s opacity ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    text-align: center;
}
.sl-pagination li:last-child{
    margin-right: 0;
}
.sl-pagination li.current{
    border: 1px solid #aaa;
    opacity: 1;
}
.sl-pagination li img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}