$().ready(function() {
    //GALLERY
	slideShow();
	$('#sla_flash img').css({opacity: 0.0});
  	$('#sla_thumb_bg').css({backgroundColor: "#ffffff"} );
  	$('#sla_thumb_bg, #sla_thumb').slideUp(300);

    $('#sla_gallery img').click(function(){
	window.location = $('#sla_flash img.show').attr("href");
	});
});
