$(document).ready(function(){
$.preload( '#image_menu img', {
 		find:/\.(gif|jpg)/,
 		replace:'_over.$1'
 	});
$('#gallery a').lightBox(); // Select all links in object with gallery ID
});
