// starting the script on page load
$(document).ready(function(){
	imagePreview();
	$(".asitepic").fancybox({padding:0});
});
