.slide-box{
    display: block;
    position: relative;
}
/*.slide-img-block{
	display:none;
	position: absolute;
    top: -124px;
    left: 0;
    right: 0;
}
.slide-box:hover .slide-img-block{display:block;}*/
.scroll-background{
    background-image: url("sprite.3.2.0.png");
    background-repeat: no-repeat;
}
.scroll-bar{
    height: 38px;
    position: relative;
    margin: 4px 0 10px 0;
    border: 1px solid #e4e7eb;
    background: #f7f9fa;
    border-radius: 18px;
}
.slide-btn{
    height: 42px;
    width: 42px;
    background-position: 0 -84px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: -4px;
    top: -3px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}
.slide-title{
    cursor: default;
    font-size: 14px;
    color: #486c80;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: 39px;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.slide-img-div{
	/*width: 300px;
    height: 116px;*/
    position: relative;
    border: 1px solid #eaeaea;
}
.slide-img-div img{
    width: 100%;
    height: 100%;
}
.slide-bottom-refresh{
    cursor: pointer;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(refreshBtn.png) no-repeat center top;
}
.slide-bottom-refresh:hover{
	background:url(refreshBtn2.png) no-repeat center top;
}

.slide-box-shadow{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: black;
    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: 260px 116px;
    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: 318px;
    height: 164px;
    overflow:hidden;    
}
.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;
}
.slide-img-hint-info{
    height: 22px;
    width: 100%;
    background:#ddf4fd;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    transition: height 0.3s;
    z-index: 11;
}
.redColor{
    color: red;
}
.greenColor{
    color: green;
}