$(document).ready(function() {
	$('.slider').cycle({
		speed: 5000,
		speedIn:       2000,  // speed of the 'in' transition 
	    speedOut:      2000,
    });
 	$(".gallery a").fancybox();
	$(this).bind("contextmenu", function(e) {
		e.preventDefault();
            });
});    	
