// JavaScript Document
/*
http://fancybox.net/
*/

jQuery(document).ready(function(){
	
	$(".fancyboxCLASS").fancybox({
		'padding'		: 0,
		'autoScale'		: false,
		'opacity'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'outside', //" ", "outside", "inside", "over"
		'overlayShow'	: true,
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000'
		});
	
	$("a[rel=fancyGROUP]").fancybox({
		'padding'		: 0,
		'autoScale'		: false,
		'opacity'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'outside', //" ", "outside", "inside", "over"
		'overlayShow'	: true,
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000',
									
		'titleFormat'	: function(title, currentArray, currentIndex, currentOpts) {
			return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; : : &nbsp; ' + title : '');
		}
		});
	
	$(".fancyIFRAME").fancybox({
		'width'				: 575,
		'height'			: 500,
		'type'				: 'iframe',
		'scrolling'			:'no',
		'padding'		: 10,
		'autoScale'		: false,
		'opacity'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'outside', //" ", "outside", "inside", "over"
		'overlayShow'	: true,
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000'
		});
	
		$(".fancyIFRAME2").fancybox({
		'width'				: 575,
		'height'			: 500,
		'type'				: 'iframe',
		'scrolling'			:'no',
		'padding'		: 10,
		'autoScale'		: false,
		'opacity'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'outside', //" ", "outside", "inside", "over"
		'overlayShow'	: true,
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000'
		});
		
			$(".fancyIFRAME3").fancybox({
		'width'				: 575,
		'height'			: 500,
		'type'				: 'iframe',
		'scrolling'			:'no',
		'padding'		: 10,
		'autoScale'		: false,
		'opacity'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'outside', //" ", "outside", "inside", "over"
		'overlayShow'	: true,
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000'
		});
			
				$(".fancyIFRAME4").fancybox({
		'width'				: 575,
		'height'			: 500,
		'type'				: 'iframe',
		'scrolling'			:'no',
		'padding'		: 10,
		'autoScale'		: false,
		'opacity'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'outside', //" ", "outside", "inside", "over"
		'overlayShow'	: true,
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000'
		});
				$("#various3").fancybox({
		'width'				: '20%',
		'height'			: '47%',
	    'titleShow'     : false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
				'type'				: 'iframe',
		'scrolling'			:'no',
		'padding'		: 10,
		'autoScale'		: true,
		'opacity'		: false,
		  'onClosed': function() {
    	   window.location.href = "design-garden.php";
  }
	});

	$("#various4").fancybox({
			'width'				: '20%',
		'height'			: '47%',
	    'titleShow'     : false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
				'type'				: 'iframe',
		'scrolling'			:'no',
		'padding'		: 10,
		'autoScale'		: true,
		'opacity'		: false

	});
});
