$(document).ready(function() {

$('#move').animate({top:-100},3000);

 });
 

 
 $(function() {
	$('#image-block a').lightBox(); // Select all links in object with gallery ID
});

