 $(document).ready(function(){
    $(".img-hp-left img, .img-hp-right img").fadeIn(2500);
	
	$(function() {
        $('.gallery a, .gallery_nav a').lightBox();
    });
	
  });
 
