div#HOMEeventsScroll
{
	position:relative;
	left: 0px;
	top: 0px;
	height :240px;
	float:left;
	width:490px;
	overflow: hidden;
	/* border: solid 1px #444444;*/
	font-family:"Lucida Sans Unicode"; color:#bcbec0; font-size:12px; text-align:justify;
	padding-bottom: 5px;
	line-height: 16px;
}

  div#HOMEeventsScroll div.scrollholder
    {
	float:left;
	position: relative;
	width: 490px;
	height:240px;
	font-family:"Lucida Sans Unicode"; color:#bcbec0; font-size:12px; text-align:justify;
	z-index: 1;
	font-size: 12px;
	color: #656565;
	text-decoration: none;
	height:100%;
    }
	div#HOMEeventsScroll div.scroll
    {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 490px;
	z-index: 2;
	ffont-family:"Lucida Sans Unicode";
	color:#bcbec0;
	font-size:12px;
	text-align:justify;
    }

	div.track
	{
		position: relative;
		float:right;
		top: 0;
		width: 16px;
		height: 100%;
		z-index: 3;
		background-image:url(scroling_line.jpg);
		background-position: -3px 0;
		background-repeat: no-repeat;
		background-color:#212121;
	}

	div.drag_bar{
	position: absolute;
	width: 360px;
	height: 38px;
	cursor: pointer;
	z-index: 4;
	font-family:"Lucida Sans Unicode"; color:#eeeeee; font-size:12px; text-align:justify;
	text-decoration: none;
	background-image:url(scroling_box3.gif);
	background-repeat: no-repeat;
	background-position: -1px 12px;
	}  
