/* 
    Document   : scroll
    Created on : May 8, 2013, 11:17:02 AM
    Author     : julrich
    Description:
        Purpose of the stylesheet follows.
*/
.live{
    color:red;
}
#container{
width:140px;
    height:30px;
}

#list-container {
overflow:hidden;    
width: 70px;  
float:left;    
}

.list{
    background:grey;
min-width:3000px;
    float:left;
}


#arrowR{
background:#FFF;
    width:30px;
    height:50px;
    float:right;
    cursor:pointer;
    margin-left:5px;
}


#arrowL{
background:#FFF;
    width:30px;
    height:50px;
    float:left;
    cursor:pointer;
    margin-right:5px;
}

.item{
    background:white;
width:60px;
    height:30px;
    margin:5px;
    float:left;
    position:relative;
    text-align:center;
    padding-top:10px;
    font-weight:bold;
}