$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true, 
		continuous: false,
		vertical: true,
		controlsShow: true,
		speed: 900,
		pause: 5000
	});

	$('.print').click(function() { window.print(); });
	
	//jQuery( '#coline h2' ).css( 'zIndex', 900 );
	//jQuery( '#coline' ).css( 'zIndex', 10 );
	
	$('#slider').cycle({fx: 'scrollVert', timeout: 0, next: '.next', easing: 'easeInOutBack', speed: 580});
		
	$( '#branding img, .footer-logo, #coline, #coline h2, .panel-content, .logo' ).ifixpng(); // add more required
	
	$("a#enviaremail").modal();

});	