 
 
#stocksbanner_line {
height:30px;
width:100%; 
position:fixed;
bottom:0px;
left:0px;
background:url("../images/stocks_bg.png") repeat-x!important;
z-index:5000!important;
color:#000;
}
#stocksbanner {
width:980px; 
margin:auto;
}
 
.stocksbanner_control {float:left;padding-right:0px;position:relative;} 
#fixstocksbanner{
float:left;
height:26px;
width:980px;
margin-top:4px;
border-left: 1px solid #333;
border-right: 1px solid #333;

 
}
#fixstocksbanner table{
margin:0;
}

#fixstocksbanner table tbody tr td 
{background:none!important;
border:none!important; 
padding:0 20px 0 0; 
height:26px; }

#fixstocksbanner table tbody tr td  span 
{padding-left:10px;
height:26px;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
}

#stocks_data {height:30px;}


.stocks_info {

 /*width:25px;height:26px;background:url("../images/stocks_info.png") no-repeat;display:block;float:left;margin-top:8px;*/

   display: block;
    float: left;
    height: 26px;
    margin-top: 8px;
    width: 150px;
    position: absolute;
    top: -6px;
    right: -152px;
    color: #999!important;
    line-height: 9px;
    font-size: 10px;
    text-align: justify;
    text-decoration: none!important;


}
.stocks_info:hover {/* background:url("../images/stocks_info_g.png") no-repeat;*/}

.stocks_goleft {width:25px;height:26px;background:url("../images/stocks_info_left.png") no-repeat;display:block;float:left;margin-top:8px;}
.stocks_goleft:hover {background:url("../images/stocks_info_left_g.png") no-repeat;}
.stocks_goright {width:25px;height:26px;background:url("../images/stocks_info_right.png") no-repeat;display:block;float:left;margin-top:8px;}
.stocks_goright:hover {background:url("../images/stocks_info_right_g.png") no-repeat;}


.stocks_faster {width:25px;height:26px;background:url("../images/stocks_fast.png") no-repeat;display:block;float:left;margin-top:8px;}
.stocks_faster:hover {background:url("../images/stocks_fast_g.png") no-repeat;}
.stocks_slower {width:25px;height:26px;background:url("../images/stocks_slow.png") no-repeat;display:block;float:left;margin-top:8px;}
.stocks_slower:hover {background:url("../images/stocks_slow_g.png") no-repeat;}

 

.value_same span{color:#FFFBBB}
.value_down span{color:#FF0000}
.value_up span{color:#00ED00}
