#pscroller1{
vertical-align:top;
	width: 200px;
	height: 88px;
	
	border: 0px solid black;
	padding: 1px;
	background-color:transparent;
	
	}
	
	#pscroller2{
	width: 50px;
	height: 20px;
	border: 0px solid black;
	padding: 3px;
	text-align:left!important;
	}
	
*html #pscroller1
{
    position:relative!important;
}
	
	#pscroller2 a{
	text-decoration: none;
	}
	
	.someclass{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#FFFFff;
	}
	
	*html .someclass 
	{
	    text-align:left!important;
	}


