

div.scrollholder
{
	background-color:transparent;
	height:413px;/*393*/
	overflow:auto;
	position:relative;
	width:100%;
	z-index:1;
	margin-top:20px;
	_width:270px;
}
div.scrollholder2
{
	background-color:transparent;
	height:366px;/*393*/
	overflow:auto;
	position:relative;
	width:100%;
	z-index:1;
	margin-top:20px;
}
div.scrollholder3
{
	background-color:transparent;
	height:393px;/*393*/
	overflow:auto;
	position:relative;
	width:100%;
	z-index:1;
	margin-top:20px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
	_width:262px;
    z-index: 20;
}
div.scroll2
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	margin-left:10px;
}
div.scroll3
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	margin-left:10px;
}

div.scrollholdera
{
	background-color:transparent;
	height:413px;/*393*/
	overflow:hidden;
	position:relative;
	width:100%;
	_width:290px;
	z-index:1;
	margin-top:0px;/*20*/
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 10px;/*11*//*3*/ 
	height: 95%;/*100%*/
    font-size: 0;
    z-index: 3;
	_margin-left:4px;
    /*background: #e0d7c7;*/
}

div.drag_bar
{
    position: absolute;
    width: 2px;/*100%*//*3*/ 
	height:3px;
    cursor: pointer;
	cursor: hand;
    z-index: 4;
    background: #888888;/*4c4c4c*/
	margin-top:4px;
	margin-left:4px;
	_margin-left:4px;
}  

