/* Lightbox Modal Window - Based on Fancybox */

$(function() {
	$("a.designer").fancybox({
		'autoDimensions' : false,
		'width' : 900,
		'height' : 338,
		'scrolling' : 'no'
	});
});