div.scrollholder
{
	position: relative;
	width: 306px;
	height: 330px;
	overflow: auto;
	z-index: 1;
	background-color: #454545;
}

div.scrollholder2
{
	position: relative;
	width: 700px;
	height: 430px;
	overflow: auto;
	z-index: 1;
}

div.scrollholder3
{
	position: relative;
	width: 365px;
	height: 125px;
	overflow: auto;
	z-index: 1;
	margin-left:14px;
	margin-top:10px;
	float:left;
}

div.scrollholder3-2
{
	position: relative;
	width: 365px;
	height: 125px;
	overflow: auto;
	z-index: 1;
	margin-right:14px;
	margin-top:10px;
	float:right;
}


div.scrollholder4
{
	position: relative;
	float:left;
	width: 725px;
	height: 430px;
	overflow: auto;
	z-index: 1;
}

div.scrollholderblog
{
	position: relative;
	float:left;
	width: 525px;
	height: 400px;
	overflow: auto;
	z-index: 1;
}

div.scrollholder5
{
	position: relative;
	float:left;
	width: 340px;
	height: 430px;
	overflow: auto;
	z-index: 1;
}

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

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

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #CCCCCC;
}  
