	jQuery(function($) {
		$(document).ready(function() {
			/*
			*   Examples - images
			*/

			$("#ssl").fancybox({
				'width'				: '25%',
				'height'			: '45%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

		});
	})
