 div#HOMEeventsScroll
{
	left: 0px;
	top: 0px;
	height :168px;
 	overflow: hidden;
	/* border: solid 1px #444444;*/
	color: #656565;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 29px;
	border: 1px solid #b4b4b4;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-left: 1px;
}

  div#HOMEeventsScroll div.scrollholder
    {
	position: relative;
 	overflow: auto;
	z-index: 1;
	font-family: verdana;
	font-size: 12px;
	color: #656565;
	text-decoration: none;
	height: 100%;
    }


    div#HOMEeventsScroll div.scroll
    {
	position: absolute;
	left: 0px;
	top: 0px;
 	z-index: 2;
	font-family: verdana;
	font-size: 12px;
	color: #656565;
	text-decoration: none;
	margin-top: 3px;
	background-position: right;
    }

	div.track
	{
	position: relative;
	float:right;
	top: 0;
	width: 12px;
	height: 168px;
	font-size: 12;
	z-index: 3;
	font-family: verdana;
	color: #4a3f2e;
	text-decoration: none;
	background-image: url(scroling_line.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 2px;
	}

	div.drag_bar
	{
	position: absolute;
	width: 265px;
	height: 61px;
	cursor: pointer;
	z-index: 4;
	font-family: verdana;
	line-height: 12px;
	color: #4a3f2e;
	text-decoration: none;
	background-image: url(scroling_box.jpg);
	background-repeat: no-repeat;
	background-position: 2.5px 10px;
	}  


