$(document).ready(function(){	
	$(document).ready(function () {
		$('#content').fadeIn(2000);
		$('#navigation').fadeIn(2000);
		$('#content-gallery').fadeIn(2000);
      });
});
$(function() {
			$("div#makeMeScrollable").smoothDivScroll({scrollingSpeed: 6, mouseDownSpeedBooster: 3, autoScroll: "onstart", autoScrollDirection: "endlessloop", autoScrollSpeed: 1, visibleHotSpots: "onstart", hotSpotsVisibleTime: 9, startAtElementId: "startAtMe"});
		});
  $(document).ready(function(){
   
    $("a#popup").live("mouseover", function(){
      $(this).fancybox();
    });

  });
$(function() {
    if (jQuery.browser.msie)
        $('img[src$=.png]').each(function() {
            this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+",sizingMethod='scale')";
            });
});
