/* -----------------------------------------------------------------
	JQUERY GERENRL FUNCTIONS
----------------------------------------------------------------- */
$(document).ready(function() {
    $('.banner').cycle({
		fx: 'fade',
		timeout: 12000,
        speed: 1000,
        speedIn: 1000,
        speedOut: 1000
	});
});
