$(function() {
	
	// fancybox
	$("a.fancy").fancybox();
	
	// select dropdown styling
	$(".contactform").jqTransform();
	 
	// scroll to screenshots
	jQuery('.scrollLink').bind('click',function(){
	    var offsetpx = jQuery('#casesectiondiv').offset().top;
	    jQuery('html,body').animate({scrollTop: offsetpx}, 1000);    
	    return false;
	});	
	 
});  









