$(function() {
		$('#gallery a').lightBox();
});
$(function() {
	$('#gallery_foto a').lightBox();
});	
$(document).ready( 
   function(){            
	$('ul#images_slide').innerfade({ 
	 animationtype: 'fade', 
	 speed: 2000, 
	 timeout: 3000, 
	 type: 'sequence', 
	 containerheight: 'auto' 
	}); 
  }); 
function show()
{
	document.getElementById('images_slide').style.display = 'block';
	document.getElementById('images_slide_bk').style.display = 'none';
}