div.scrollholder {
	position: relative;
	overflow: auto;
	z-index: 10;
}

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


/******************************************************************************/
/******************************************************************************/

div.scrollholderNewsLeft {
	position: relative;
	overflow: auto;
	z-index: 10;
}

div.scrollNewsLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

div.scrollholderNewsRight {
	position: relative;
	overflow: auto;
	z-index: 10;
}

div.scrollNewsRight {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}


/******************************************************************************/
/******************************************************************************/

/* <Scroll> */
div.track {
	position: relative;
	float: right;
	top: 0; 
	width: 13px; height: 100%;
	font-size: 0;
	z-index: 30;
	background: url('../images/bg_scrolltrack.gif') repeat-y center;
}

div.drag_bar {
	position: absolute;
	width: 100%; height: 14px;
	cursor: pointer;
	z-index: 40;
	background: url('../images/bg_scrollbar.gif') repeat-y center;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
