$(document).ready(function(){
	$('a.preview-link').fancybox() ;
	$('a#preOrderTab').click(function(e){
		e.preventDefault() ;
		$.scrollTo('#preOrder','fast') ;
	}) ;
}) ;
