#mcs_container
{
    position:relative; 
    top:0px; 
    margin:0px; 
    width:250px; 
    height:1135px; 
    padding:0px;
    
    }
#mcs_container .customScrollBox
{
    position:relative; 
    height:1135px; 
    overflow:hidden;
    
    }
#mcs_container .customScrollBox .container
{
    position:relative; 
    width:245px; 
    top:0; 
    float:left;
    
    }
#mcs_container .dragger_container
{
    position:relative;
    width:4px;
    height:1135px;
    float:right;
    text-align:center; 
    margin:0px; 
    background:#000; 
    cursor:pointer -moz-border-radius:2px; 
    -khtml-border-radius:2px; 
    -webkit-border-radius:2px; 
    border-radius:2px; cursor:s-resize;
    
    }
#mcs_container .dragger
{
    position:relative; 
    width:4px;  
    background:#ffc600;
    height:20px;
    color:#666; 
    overflow:hidden; 
    cursor:pointer; 
    -moz-border-radius:2px; 
    -khtml-border-radius:2px; 
    -webkit-border-radius:2px; 
    border-radius:2px;
    
    }
#mcs_container .dragger_pressed
{
    position:relative; 
    width:4px; 
    margin-left:0px; 
    background:#439deb; 
    text-align:center; 
    line-height:0px; 
    color:#666; 
    overflow:hidden; 
    -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}

