$(document).ready(function() {
	$(".showroom").fancybox({
		padding : 10,
		showCloseButton : false,
		overlayColor : "#000"
	});
});
