function show_gallery_item(){
	if($$('#gallery a.hide')[0]){
		$$('#gallery a.hide')[0].removeClassName('hide');
	}else{
		pe.stop();
	}
}
