div.scrollholder
{
    position: relative;
    width: 300px; height: 210px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
	left: 2px;
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
	background: url("../images/slider.gif") 5px 0 repeat-y;
    /*background: black;*/
}

div.drag_bar
{
    position: absolute;
    width: 7px; height: 30px; margin:0 0 0 2px;
    cursor: pointer;
    z-index: 4;
    background: #FFFFFF;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}  

 /*----------------------------------------------------------------------------------------------*/

div.scrollholder2
{
    position: relative;
    width: 600px; height: 210px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

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


 /*----------------------------------------------------------------------------------------------*/

div.scrollholder3
{
    position: relative;
    width: 360px; height: 400px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

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


 /*----------------------------------------------------------------------------------------------*/

div.scrollholder4
{
    position: relative;
    width: 280px; height: 226px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

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


 /*----------------------------------------------------------------------------------------------*/

div.scrollholder5
{
    position: relative;
    width: 400px; height: 100px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

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

 /*----------------------------------------------------------------------------------------------*/

div.scrollholder6
{
    position: relative;
    width: 970px; height: 130px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

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

