// Start jQuery


$(document).ready(function(){	

/*// Home Slider //

	$("#hero").easySlider({
		auto: true,
		pause: 15000,
		speed: 2000,
		controlsFade: true,
		continuous: true,
		nextId: "next",
		prevId: "prev"
	});
	*/	

// Work Scripts //

/* hover */

	$('.fade img').hover(function() {
		$(this).fadeTo("normal", 0.8);
			}, function() {
			$(this).fadeTo("normal", 1);
		});


 /* This is basic - uses default settings */ 
 	
 	$("a#inline").fancybox({ 
 		'hideOnContentClick': true,
 		'padding': 0,
 	}); 
 	$("#data").hide();
 	


 }); //end