// JavaScript Document

jQuery(function($) {
	$('#cycle').cycle({ 
		fx: 'turnDown' 
	});
})