#speedbump {
	font-size:10px;
	text-align: left;
	white-space:nowrap;
	overflow: scrollx;
}

.ui-button { 
	outline: 0; 
	margin:0 0 0 0; 
	padding: 0;

	text-decoration:none !important; 
	cursor:pointer; 
	
	position: relative; 
	text-align: center; 
	zoom: 1;
   
	
   
	color:#ff0000;
   
   }
   
 .ui-button-text {
 
 	font-size:12px;
 }
 
 /* new ui needs a zindex! arman */
 .ui-front {
    z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}
