// JavaScript Document
// g.bellucci - 11/2009
$(document).ready( function() {
	$(".opacity50").fadeTo('500', 0.50);
});
