		$(document).ready(function() {
			$(".salepop").fancybox({
				'width'				: '50%',
				'height'			: '50%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titlePosition'	: 'over'
			});
			
		});

