$(document).ready(function(){

	// Image
	$("a.lightbox").fancybox({
         'zoomSpeedIn': 300,
         'zoomSpeedOut': 300,
         'overlayShow': true,
         'autoScale': false     
    });
    

	//  Initialize Backgound Stretcher
	$(document).bgStretcher({
		images: ['fileadmin/img/bg_pics/pic1.jpg'], 
		imageWidth: 1024, imageHeight: 768
	});
	
	
	
});

