 var numerrs = 0;
 function shazam(img){

        $(img).css("display", "none !important");
        numerrs++;
       // newmoo();
        }
        
         function shazamfinal(img){

        $(img).css("display", "none !important");
        numerrs++;
       newmoo();
        }
        
        
function newmoo(){
	if(numerrs <= 7){
	$("#scrollLinks").css("visibility", "visible");

	}
	
}

/*function moo(){
var moo = 0;
//$("#scrollLinks").css("visibility", "hidden");
 $("#gallery a img").each(function() {
        if($(this).css('display') != 'none')
        {
        moo++;
        if( $.browser.mozilla ) {
		 if(moo > 7){
                $("#scrollLinks").css("visibility", "visible");
                }
		}
        else{
                if(moo > 6){
                //alert("mo");
                $("#scrollLinks").css("visibility", "visible");
                }
		}
        }
    });
}
*/




$(document).ready(function(){
if( $.browser.mozilla ) {
/*
$("#thephotocredit").css("bottom", "31px" );
$("#thephotocredit").css("left", "543px" );
*/
}
});
