div.scrollholder
{
	direction:rtl;

    position: relative;
    float:right;
    width: 100%; 
    height: 200px;
    overflow: auto;
    z-index: 1;
}



div.scrollholder2
{
    position: relative;
	float:right;	
    width: 179px;
     height: 50px;
    overflow: auto;
    z-index: 1;
    background-color: #f7f7f7;
}

div.scrollholder3
{
	direction:rtl;

    position: relative;
    float:right;
    width: 100%; 
    height: 400px;
    height: 450px;
    
    overflow: auto;
    z-index: 1;
}

div.scrollholder4
{
	direction:rtl;

    position: relative;
	float:right;	
        width:190px;
    height: 461px;
    overflow: auto;
    z-index: 1;
}
div.scrollholder5
{
	direction:ltr;

    position: relative;
    float:left;
    width: 500px; 
    height: 290px;
    overflow: auto;
    z-index: 1;
}

div.scrollholder6
{
	direction:ltr;

    position: relative;
    float:left;
    width: 705px; 
    height: 500PX;
    overflow: auto;
    z-index: 1;
}

div.scrollholder7
{
	direction:ltr;

    position: relative;
    float:left;
    width: 730px; 
    height: 500PX;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
	float:right;	
	direction:rtl;
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.scroll2
{
    position: absolute;
    left: 0; top: 0;
    width: 95%; height: 120px;
    z-index: 2;
}

div.scroll3
{
	float:right;	
	direction:rtl;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}

div.scroll4
{
	    height:700px;
	float:right;	
	direction:rtl;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}
div.scroll5
{
	    height:700px;
	float:left;	
	direction:ltr;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}
div.scroll6
{
	    height:1100px;
	float:left;	
	direction:ltr;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}


div.scroll7
{
	    height:700px;
	float:left;	
	direction:ltr;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #ededed;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #d4d9dd;
}