$(document).ready(function() {
	
	$('#torna_su').click(function(event){
		event.preventDefault();
		jQuery('html, body').animate( { scrollTop: 0 }, 'slow' );
	});

	$('.colorbox').colorbox();
	$('.cb_film_trailer').colorbox({
		iframe:true,
		innerWidth:'950',
		innerHeight:'550'
	});

});// CHIUDO DOMREADY
