// back to top
virtualTop = 0; 

$.event.special.ready.setup();
$(document).ready(function(){
						   
$("a#example2").fancybox({
'titlePosition'  : 'inside'
});

$(".news h3:first").css( "margin-top", "30px");

});



