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

