jQuery().ready(function() {
// runs when the page is done loading
jQuery('.img_container').cycle({
	fx:			'fade',
    speed: 		3000,
    timeout:	3000
    });
});
