// JQuery Slideshow Construct JavaScript Document
// @author: Juan Francisco Tellez - BIG PICTURE COMMUNICATION

$(document).ready(function(){
	$('#ShowArea').cycle({
		fx: 'fade',
		timeout: 			5590, 
		speed:   			3550, 
		fastOnEvent: 		1000,
		sync:          		0,
		delay: 				-3000,
		pause:				1,
		next: 				'#ShowArea'
	});
	
});

