$(document).ready(function($){
			$('#bannerflash').uBillboard({
				speed: 600, 						// animation duration (in miliseconds)
				delay: 3000,						// delay between animations (in miliseconds)
				width: '550px',						// container width
				height: '310px',					// container height
				effect: 'random',					// Transition effect: cycle | random | horizontal | vertical | async
				square_resolution: 94,				// resolution of one transition square in pixels
				load_check_interval: 100,			// how ofted do we poll for image load completion
				loader_image: 'imagenes/loading.gif'	// loader image URL
			});
		});


$(document).ready(function($){
			$('#banner_empresa').uBillboard({
				speed: 600, 						// animation duration (in miliseconds)
				delay: 3000,						// delay between animations (in miliseconds)
				width: '635px',						// container width
				height: '212px',					// container height
				effect: 'random',					// Transition effect: cycle | random | horizontal | vertical | async
				square_resolution: 94,				// resolution of one transition square in pixels
				load_check_interval: 100,			// how ofted do we poll for image load completion
				
			});
		});



