$(document).ready(function(){
	$("#Gal").click(function(){
		$.nyroModalSettings({
			height: 425,
			width: 520,
			css: {
				content: {
					overflow: 'hidden'
				}
			}
		});
	});
	$("#TopDeal").click(function(){
		$.nyroModalSettings({
			height: 425,
			width: 750,
			css: {
				content: {
					overflow: 'hidden'
				}
			}
		});
	});
});	