// JavaScript Document
function preloadImages() {
  var d=document; if(d.images){ if(!d.p) d.p=new Array();
    var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}
}
preloadImages('images/menu12.gif','images/menu22.gif','images/menu32.gif','images/menu42.gif','images/next2.gif','images/previous2.gif','images/upper_previous2.gif','images/upper_next2.gif');

$(function() {
    $('#gallery a').lightBox({fixedNavigation:true});
})