// JavaScript Document
jQuery(document).ready(function() {
	jQuery('.frame').cycle({
		fx: 'fade',
		timeout: 6000,
		speed: 3500
	});


	
});
