 $(window).load(function() {
                 $('#slider').nivoSlider({
                            effect:'fade',
                            slices:15,
                            animSpeed:800,
                            pauseTime:6000,
                            directionNav:true, //Next & Prev
                            directionNavHide:false, //Only show on hover
                            controlNav:true, //1,2,3...
                            pauseOnHover:false, //Stop animation while hovering
                            captionOpacity:.7 //Universal caption opacity
                    });
        });
 
 $(function() {
        $('#gallery a').lightBox();
    });
 
  $(function() {
        $('#galleryhome a').lightBox();
    });
	
	$(function() {
        $('#gallery_lam a').lightBox();
    });
	
	$(function() {
        $('#gallery-page a').lightBox();
    });
	
	 $(function() {
        $('#gallery-small a').lightBox();
    });
 
 
