$(document).ready(function(){
		  $('#gallary').cycle({ 
			fx:    'fade', 
			speed:  2500 
		 });

	});

