/*********************** SCROLLERS ***********************/
img {
    border: none;
}

.loginbottombox a,
.loginbottombox a:active,
.loginbottombox a:link,
.loginbottombox a:hover,
.loginbottombox a:visited {
    color: #FFFF99;
    text-decoration: none;
}

.root {
    position: absolute;
    top: 405px;
    left: 413px;
    text-align: left;
    width: 416px;
    height: 176px;
}

.root p {
    margin: 0;
}

.thumb {
    position: absolute;
    height: 33px;
    width: 33px;
    left: 0;
}

.up, .dn {
    position: absolute;
    left: 0;
}

.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img {
    border: 0;
}

.scrollContainer {
    position: absolute;
    left: 2px;
    top: 0;
    width: 416px;
    height: 160px;
    overflow: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    background: transparent;

}

.scrollContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
}

table.news {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #FFFF99;

}

/*table.news tr{ 
 background-image: url('../includes/images/scroll_03.png');
filter:alpha(opacity=100) ;
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1; 
}
table.news tr:hover{ 
 background-image: url('../includes/images/scroll_03.png');
filter:alpha(opacity=20) ;
-moz-opacity: 0.2;
opacity: 0.2;
-khtml-opacity: 0.2; }*/

.newsdiv {
    position: static;
    text-align: left;
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
    color: #FFFF99;
    border-bottom: 1px solid #FFFF99;
}

.newsdiv:hover {

    float: left;
    font: normal 13px arial, helvetica, sans-serif;
    color: #FFFF99;
    text-align: left;
    width: 100px;
    height: 80px;
    overflow: hidden;
    background-image: url('../includes/images/newstr.png');
    cursor: pointer;

}

.transon {
    background-color: black;
    filter: alpha(opacity = 20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    -khtml-opacity: 0.2;
}

