/* style for horizontal scroll */
	*html #hscroll
	{
		text-align:right;
		float:right;
		padding-top:3px;
		z-index:-1;
		display:block;
		
		
	}
	.scrollLink
	{
		font-size: 11px;
		font-family: arial;
		color: #336699;
		text-decoration: none;
		cursor:hand;
		padding:0px 5px;
	}
	
	span#temp {
	max-width:550px;
	z-index: 1;
	position:absolute;
	}