.slide-box{
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px #ccc solid;
    -webkit-box-shadow: 0 0 8px #e7e7e7;
    -moz-box-shadow: 0 0 8px #e7e7e7;
    box-shadow: 0 0 8px #e7e7e7;
}
.scroll-background{
    /*background-image: url("./images/sprite.3.2.0.png");*/
    /*background-repeat: no-repeat;*/
}
.scroll-bar{
    margin: 30px 10px 10px;
    width: 340px;
    height: 28px;
    position: relative;
}
.slide-btn{
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 399;
}
.slide-btn .btn-icon {
    height: 40px;
    width: 70px;
    display: inline-block;
    position: absolute;
    left: -10px;
    border-radius: 20px;
    background-color: blue;
    -webkit-box-shadow: 0 0 10px blue;
    -moz-box-shadow: 0 0 10px blue;
    box-shadow: 0 0 10px blue;

    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 22px;
}
.slide-title{
    cursor: default;
    position: absolute;
    font-size: 12px !important;
    color: #486c80;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 13px;
    line-height: 13px !important;
    border-radius: 10px;
    margin-top: 5px;
    width: 340px;
    -moz-user-select: none;
    -ms-user-select: none;
     -webkit-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
}
.slide-img-div{
    width: 360px;
    height: 195px;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}
.slide-img-div img{
    width: 100%;
    height: 100%;
}
.slide-top{
    height: 65px;
    width: 360px;
    position: relative;
    font-size: 20px;
    line-height: 65px;
    padding-left: 15px;
    box-sizing: border-box;
}
.slide-top-en{
    font-size: 18px;
}
.slide-bottom{
    height: 30px;
    width: 360px;
    position: relative;
    text-align: left;
    overflow: visible;
    padding: 0 20px 0;
    box-sizing: border-box;
}
.slide-bottom-no-logo{
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #f2ece1 !important;
    cursor: default;
}
.slide-bottom-refresh{
    overflow: visible;
    float: right;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    height: 21px;
    width: 21px;
    background: url(./images/icon_reset.png) no-repeat center;
}
.slide-box-shadow{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}
.slide-block{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255, 255, 0, 0.8);
    background-size: 340px 195px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}
.slide-img-nopadding{
    position: relative;
    width: 100%;
    height: 100%;    
}
.slide-icon{
    float: left;
    height: 22px;
    width: 26px;
}
.slide-img-hint{
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}
.slide-text{
    text-align: left !important;
    color: #4b3f33;
    float: left;
}
.slide-img-hint-info{
    width: 260px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transition: height 0.3s;
    z-index: 11;
}
.redColor{
    color: red;
}
.greenColor{
    color: green;
}
.slide-img-border{
    margin-bottom: 3px;
}