// JavaScript Document

$(document).ready(function(){
	$('#image_wrap').cycle({ 
    	fx:     'fade', 
    	speed:  'slow', 
    	timeout: 4000, 
    	next:   '#next', 
    	prev:   '#back' 
	});
});
