// $(document).ready(function() {
//    $("#block_fade").fadeIn('slow');
//    $("#map").fadeIn('slow');
//    $('#menu').fadeTo("slow", 0.10);
//    $("#menu, .to_fade").hover(function(){
//       $(this).fadeTo("slow", 1);
//    }, function () {
//       $(this).fadeTo("slow", 0.10);
//    });
// });

$(document).ready(function(){
	$("#images_view").wslide({
		width: 960,
		height: 700,
		autolink: 'menu_images',
		fade: true,
		duration: 2000
	});
	
	
});
