.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../images/skin_img/a12.png) no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }


 .jssora04l, .jssora04r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../images/skin_img/a04.png) no-repeat;
    overflow: hidden;
}
.jssora04l { background-position: -16px -37px; }
.jssora04r { background-position: -75px -37px; }
.jssora04l:hover { background-position: -136px -37px; }
.jssora04r:hover { background-position: -195px -37px; }
.jssora04l.jssora04ldn { background-position: -256px -37px; }
.jssora04r.jssora04rdn { background-position: -315px -37px; }


#what_wording{
    position:absolute;
    top:0px;
    left:16%;
    height:100%;
    width:35%;
    background-color:rgba(255,255,255,0.98);
}
#what_wording .art{
    display:none;
}

#what_wording{
    padding: 20px 30px;
}
#what_wording .art{
    font-size:17px;
}
#what_wording .art p{
    margin-bottom:20px;
}
#what_wording a{
    font-size: 17px;   
}
#what_wording .art h1{
    font-size:2.4em;
}


 /* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/skin_img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
