// JavaScript Document
// file di configurazione script per mediatrading




//shadow box 
/*
Shadowbox.loadSkin('classic', '/js/shadowbox_2_0/src/skin');
		Shadowbox.loadLanguage('it', '/js/shadowbox_2_0/src/lang');
		Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], '/js/shadowbox_2_0/src/player');
		
		$(window).load(function() {
		Shadowbox.init();
		});
*/
$(document).ready(function()
{

//	slide	
		$(function() {
				$('#gallery').cycle({ 
					fx:     'scrollDown'
				});
			//	function onAfter() {
			//		$('#outputfsld').html(this.title);
			//	}
		});


});

