$(document).ready(function(){$.preloadCssImages()});

$(function(){$('#navsup li')
	.removeClass('highlight')
	.find('a').append('<span class="hover" />')
	.each(function(){var $span=$('> span.hover',this)
	.css('opacity',0);$(this)
	.hover(function(){$span.stop()
	.fadeTo(500,1)},function(){$span.stop()
	.fadeTo(500,0)})})});
	
$(document).ready(
	function() {
		$('#headerflash').flash(
		{
		swf: '../flash/header.swf',
		height: 152,
		width: 750
	});
});
$(document).ready(function(){
$("a.galeria").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'none',
		'titlePosition' :   'inside',
		'speedIn'		:	300, 
		'speedOut'		:	200
	});
});
$(document).ready(
	function() {	
		$("#contin,continf,.cot").fancybox({
				'width'				: 833,
				'height'			: 330,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'scrolling'			: 'no'
			});
});

$(document).ready(
	function() {	
		$("#dir").fancybox({
				'width'				: 620,
				'height'			: 390,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'scrolling'			: 'no'
			});
});

$(function(){$('#logos1 li,#logos2 li,#logos3 li')
	.removeClass('highlight')
	.find('a').append('<span class="hover" />')
	.each(function(){var $span=$('> span.hover',this)
	.css('opacity',0);$(this)
	.hover(function(){$span.stop().fadeTo(500,1)},function(){$span.stop().fadeTo(500,0)})})});
