


table.wait  {
                 border: 10px solid transparent;
		 width                    : 100%;
		 height                   : 100%;
            }
            
            
            
td.wait        {
                 font-size                : 11pt;		  
                 font-weight              : 400;
		 color			  : #000000; 
		 height                   : 100%;
		 width                    : 100%;
		 text-align               : center;
		 vertical-align           : middle;
		 }
            

/*	position:relative; */


#bar{
	width:142px;
	height:15px;
	border:1px solid black;
}

/* 	position:absolute; */



#slider{
	width:0%;
	height:100%;
	background-color:darkgray;
	top:0px;
	left:0px;
	
	cursor:pointer;
}

#info{
	width:142px;
	height:20px;
	border:0px solid black;	
}
