$(document).ready(function() {

	//RIMUOVE CLASSE PER IL CSS NOJS
	$('body').removeClass('nojs');
	//CORNER
	$('.corner').rounded();
	//SLIDE IMMAGINI
	$('.foto_biblioteca').cycle({ 
		fx: 'fade', 
		timeout: 5500,
		speed: 1500
	});
	//RICERCA VELOCE
	/*$('.form_ricerca_veloce select').change(function() {
		$('.form_ricerca_veloce').submit();
	});*/

	//BIBLIOTECHE ANIMAZIONE
    $('#biblioteche_animazione').flash(
		{
		src: 'http://www.sbrsiracusa.it/wp-content/themes/sbr_siracusa/swf/sbrsiracusa.swf',
		width: '100%',
		height: 350,
		wmode: 'transparent'
		},
		{ version: 8 }
	);
	
    $('#biblioteche_lista').flash(
		{
		src: 'http://www.sbrsiracusa.it/wp-content/themes/sbr_siracusa/swf/biblio_flash.swf',
		width: 666,
		height: 450,
		wmode: 'transparent'		
		},
		{ version: 8 }
	);	

});

function hideContent(){}
function showContent(){
	$('#biblioteche_animazione').hide();
	$('.centra').css('visibility', 'visible');
	$('#fondo_animazione').slideUp();
}
