div.scrollholder
{
    position: relative;
    width: 400px;
    overflow: auto;
    z-index: 1;
    height: 306px;
}

div.scrollholder_crew
{
    position: relative;
    width: 400px; height: 250px;
    overflow: auto;
    z-index: 1;
    height: 250px;
    margin-bottom: 70px;
}
div.scrollholder_press
{
    position: relative;
    width: 495px; height: 280px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.scroll a {
	color:#000000;
}

div.scroll a:hover {
	color:#5c0000;
}

div.scroll a:visited {
	color:#000000;
}

/* <Scroll> */
div.track
{
    position: relative;
    background: none;
    background-image: url(../img/scrollingline.gif);
    float:right;
    top: 0; 
    width: 12px; height: 306px;
    font-size: 0;
    z-index: 3;

}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 46px;
    cursor: pointer;
    z-index: 4;
    background: none;
    background-image: url(../img/scroller.gif);    
}  