jQuery(document).ready(function() {
	
	$("a#westfield").click(function() {
		$.fancybox([
				'westfield/w-01.jpg','westfield/w-02.jpg','westfield/w-03.jpg','westfield/w-04.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});						
	
	$("a#juicylucy").click(function() {
		$.fancybox([
				'juicylucy/j-02.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});
	
	$("a#asb").click(function() {
		$.fancybox([
				'asb/asb01.jpg','asb/asb02.jpg','asb/asb03.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});
	
	$("a#onlyorganic").click(function() {
		$.fancybox([
				'onlyorganic/01.jpg','onlyorganic/02.jpg','onlyorganic/03.jpg','onlyorganic/04.jpg','onlyorganic/05.jpg','onlyorganic/07.jpg'
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});	
	$("a#2degrees").click(function() {
		$.fancybox([
				'2degrees/01.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});
	
	$("a#faststart").click(function() {
		$.fancybox([
				'faststart/01.jpg','faststart/02.jpg','faststart/03.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});	
	$("a#edunz").click(function() {
		$.fancybox([
				'edunz/01.jpg','edunz/02.jpg','edunz/03.jpg','edunz/04.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});
	
	$("a#bebo").click(function() {
		$.fancybox([
				'bebo/01.jpg','bebo/02.jpg', 'bebo/03.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});
	
	$("a#optus").click(function() {
		$.fancybox([
				'optustv/01.jpg','optustv/02.jpg', 'optustv/03.jpg','optustv/04.jpg','optustv/05.jpg',
			], {
				'padding'			: 0,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'              : 'image',
				'changeFade'        : 0
			});
	});	
	
});




