$(document).ready(function(){
	//$("#main").shadow({ color: "#444", offset: -5, opacity: 0.2 });
	$('.lightbox').lightBox(); // Select all links that contains lightbox in the attribute rel
});
