jQuery(document).ready(function() {
	

			$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over'/*,
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}*/

			});

			
			
			$(".contactBox").fancybox({
				'type' : 'iframe',
				'width' : 500,
				'height' : 618
				
				}); 
			
			$("#breakfastWithTiffany").fancybox({
				'type' : 'iframe',
				'width' : 500,
				'height' : 300,
				'padding' : 0 
				
				}); 
			
			$("#tiffanyBox").fancybox({
				'scrolling'		: 'no',
				'titleShow'		: false,
				'onClosed'		: function() {
					$("#login_error").hide();
				}
			});
			
			$(".popUpContent").fancybox({
				'scrolling'		: 'no',
				'titleShow'		: false,
				'onClosed'		: function() {
					$("#login_error").hide();
				},
				'padding' : 0 
			});
			
			$(".popUpTransform").fancybox({
				'type' : 'iframe',
				/*'width' : 945,
				'height' : 1000*/
				'width' : '100%',
				'height' : '100%'
				
			}); 
			
			
		});
