/* CSS Document */
/*styles for scroll bar begin*/
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
.scrolldiv{
float:left;}
div#hold	{ 
	position:relative;
	overflow:hidden;
	/*width:535px;*/
	width:240px;
	height:78px; 
  /*z-index:100;*/
	/*padding:0px 50px 0px 70px;*/
	padding:0px;
	padding-right:20px;
	}
div#wn	{
	position:absolute;
	left:1px;
	top:0px;
	width:240px;
	height:70px;
	/*clip:rect(0px, 535px, 100px, 0px); */
	padding:0px;	
	/*z-index:1; */
	/*padding:0px 0px 0px 50px;*/
	

	}
div.content {
	position:absolute;

	left:0px;
	top:0px; 
	
		/*z-index:1;*/ 


	}
