// This is the website specific javascript file, anything that is site specific gets put in here

$(function(){ 
	$("ul#Main_navbar li:last").css('background','none');
 	$("#ddtopmenubar ul").superfish(); 
 	
 	
 	$('ul#Main_navbar .menu_0_3').parent().find('ul ul').remove();
 	
 	$('#s1_banner').cycle();
 	$('.hide').hide();
 	$('.thumbblock a').click(function() {
 		var href = $(this).attr('href');
 		var rel = $(this).attr('rel');
 		$('.gal-large img').attr('src',href);
 		$('.gal-large a').attr('href',rel);
 		return false;
 	});
 	$('.thumbblock:first a').click();
 	
 	if (top.location != location) {
 		$('.lang').hide();
 	}
 	$("#area_holder").hide();
 	$(".thickbox").fancybox({
		'titleShow'     : false
	});
	
	$(".mapBox").fancybox({
		'titleShow'     : false,
		'width'			: 600,
		'height'		: 450,
		'type'			: 'swf',
		'autoDimensions': false,
		'autoScale'		: false,
		'wmode'			: 'transparent'
	});
});
