$(document).ready(function(){
$("UL.GalleryMore").hide();
$("DIV.GalleryMoreButton").show();
$("A.GMB").toggle(function() {
	$("UL.GalleryMore").slideDown("normal");
	$(this).removeClass("Show").addClass("Hide");
	$(".GMB-Text").replaceWith("<span class=\"GMB-Text\">Hide more</span>");
	}, function() {
	$("UL.GalleryMore").slideUp("normal");
	$(this).removeClass("Hide").addClass("Show");
	$(".GMB-Text").replaceWith("<span class=\"GMB-Text\">Show more</span>");
	});
$("MAP.HoverMap > AREA").tooltip({
	track: true,
	showURL: false,
	delay: 0,
	fade: 250,
	top: 5,
	left: 5,
	showBody: " | ",
	extraClass: "type"
	});
$("UL#hCarousel > LI > A").tooltip({
	track: true,
	showURL: false,
	delay: 0,
	fade: 250,
	top: 5,
	left: 5,
	showBody: " | ",
	extraClass: "type"
	});
});
$(function() {
    $("DIV.TopACarousel").jCarouselLite({
        btnNext: ".TopANext",btnPrev: ".TopAPrev",visible: 5,scroll: 1,auto: 4000,speed: 600
    });
});
