$(document).ready(function(){
	$(document).pngFix(); 
	$("a.lb").fancybox({ 
		'zoomSpeedIn': 300, 
		'zoomSpeedOut': 300, 
		'overlayShow': true 
	});
	$('#scroll').cycle({ 
		fx: 'scrollDown',
		speed:    500, 
		timeout:  8000,
		delay:  -2000,
		width: 210, 
		height: 180,
		random:   1,
		pause: 1
	});
	$('#topGfxx').cycle({ 
		fx: 'fade',
		speed:    800, 
		timeout:  5000,
		delay:  -2000,
		random:   1	
	});
})
