$(document).ready(function () {
	$("ul#slideshow").cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 10000
	});

	$("a.iframe").fancybox({
		'hideOnContentClick': false,
		'padding'	: 0,
		'width'		: 800,
		'height'	: 450,
		'autoscale'	: 'none',
		'title'		: $(this).title

	});

	$("a.popSubMenue").fancybox({
		'hideOnContentClick': false,
		'padding'	: 0,
		'width'		: 'auto',
		'height'	: 220,
		'autoscale'	: 'none',
		'title'		: $(this).title
	});

	$("a.goPopup").fancybox({
		'hideOnContentClick': false,
		'padding'	: 0,
		'width'		: 410,
		'height'	: 500	,
		'autoscale'	: 'none'
	});

	
});
