div.scrollholder
{
    position: relative;
	top:20px;
    width: 474px; height: 276px;
    overflow: auto;
    z-index: 1;
    background-color: #000;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	color:#fff;
	font:16px/20px Arial, Helvetica, sans-serif;
}

div.scroll em, 
div.scroll strong 
{ 
	color:#ffb20e; 
}

div.scroll em 
{
	font-weight:bold;
	font-style:italic;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0;
    width:10px; height: 100%;
    font-size: 0;
    z-index: 3;
    background:#000 url(../images/scroll_bg.gif) left top no-repeat;
}

div.drag_bar
{
    position: absolute;
    width: 10px; height: 21px;
    cursor: pointer;
    z-index: 4;
    background:url(../images/scroll_drag.gif) 2px top no-repeat;
}  
