$(document).ready(function() {
	$('#home-colection-inner').cycle({ 
	    fx:    'fade', 
	    speed:  2500 
	 });
});
