/*$(function() {
	$("DIV.shadowBox").fadeTo("slow", 0.75, function(){
		$(this).animate( { width: 180 }, 1000 );
	});
});
*/
$(function() {
	$("DIV.liteBox H4").height($("DIV.liteBox H4 SPAN").height() + 10);
	$("DIV.shadowBox").fadeTo("slow", 0.75);
});