﻿/*  Scrollbox attributes    */
.scroll-text {
    width: 196px;
    height: 200px;
    overflow: hidden;
}
.scroll-text ul {
    width: 190px;
    height: 550px;
    overflow: hidden;
}
.scroll-text ul li {
    //height: 20.0em;
    padding-bottom: 15px;
}

.image-HotTopic
{
    clear: both;
    float: left;
    background: url('../Images/DefaultHome/htopics.png') no-repeat;
    background-size: 100px 26px;
    width: 100px;
    height: 26px;
}

/*  JSSOR   */

.jssorb08l, .jssorb08r, .jssorb08ldn, .jssorb08rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url('../Images/DefaultHome/a09.png') no-repeat;
    overflow:hidden;
    opacity: .2; 
    filter:alpha(opacity=40);
}

.jssorb08l { background-position: -18px -30px; }
.jssorb08r { background-position: -76px -30px; }
.jssorb08l:hover { background-position: -18px -30px; opacity: .8; filter:alpha(opacity=80); }
.jssorb08r:hover { background-position: -76px -30px; opacity: .8; filter:alpha(opacity=80); }
.jssorb08ldn { background-position: -18px -30px; opacity: .3; filter:alpha(opacity=30); }
.jssorb08rdn { background-position: -76px -30px; opacity: .3; filter:alpha(opacity=30); }


