div.scrollholder
{
    position: relative;
    width: 470px; 
    height: 240px;
    overflow: auto;
	float:left;
    z-index: 1;
    margin-left:5px;
	margin-top:10px;
	border:0px solid #FF3300;
}

div.scrollholder-inner
{
    position: relative;
    width: 470px; 
    height: 400px;
    overflow: auto;
    z-index: 1;
    margin-left:5px;
	margin-top:10px;
}

div.scrollholder-designer
{
    position: relative;
    width: 470px; 
    height: 200px;
    overflow: auto;
	float:left;
    z-index: 1;
    margin-left:5px;
	margin-top:10px;
	border:0px solid #FF3300;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 7px; 
    height: 100%;
    font-size: 0;
    z-index: 3;
    background: url(img/bgr_scroll.jpg) repeat-y top center;
	}

div.drag_bar
{
    position: absolute;
    width: 100%; 
    height: 30px;
    cursor: pointer;
    z-index: 4;
    /*background: #ff0000;*/
    background: url(img/scroll.jpg) no-repeat top center;
} 


