 
div.transOFF {width: 100%; background-color: white;border:0px solid black; }
div.transON {width: 100%; background-color: white;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0px; }
div.trans25 {width: 100%; background-color: white;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:0px; }
div.trans75 {width: 100%; background-color: white;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:0px; }
