jQuery(document).ready(function() {

	
	
	
	$("a#gallery").fancybox({
				'padding'			: 0,
				'overlayShow'	: true,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'titlePosition'	: 'none'
				
			});	
	
	
    
    $("#web1").click(function() {
		$.fancybox([
			{'href'	:   'images/web1a.jpg',
			  'title'	: 'Royal Caicos: Web Development and Coding'},
			{'href'	:   'images/web1b.jpg',
			  'title'	: 'Royal Caicos: Web Development and Coding'},
			{
				'href'	:   'images/web1c.jpg',
				'title'	: 'Royal Caicos: Web Development and Coding'
			}
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
			
	
	$("#web5").click(function() {
		$.fancybox([
			{'href'	:   'images/web5a.jpg',
			  'title'	: 'GeoElements Design: Web Design, Development and Hosting'},
			{'href'	:   'images/web5b.jpg',
			  'title'	: 'GeoElements Design: Web Design, Development and Hosting'}
			
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
	
	
	
	$("#web9").click(function() {
		$.fancybox([
			{'href'	:   'images/web9a.jpg',
			  'title'	: 'The Sounds Bahamas: Web Development and Coding'},
			{'href'	:   'images/web9b.jpg',
			  'title'	: 'The Sounds Bahamas: Web Development and Coding'},
			  
			{'href'	:   'images/web9c.jpg',
			  'title'	: 'The Sounds Bahamas: Web Development and Coding'},  
			{
				'href'	:   'images/web9d.jpg',
				'title'	: 'The Sounds Bahamas: Web Development and Coding'
			}
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
	
	$("#print2").click(function() {
		$.fancybox([
			{'href'	:   'images/print2a.jpg',
			  'title'	: 'Branding, Print, Identity, Web'},
			{'href'	:   'images/print2b.jpg',
			  'title'	: 'Branding, Print, Identity, Web'},
			  
			{'href'	:   'images/print2c.jpg',
			  'title'	: 'Branding, Print, Identity, Web'}
			
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
	
	
	$("#print3").click(function() {
		$.fancybox([
			{'href'	:   'images/print3a.jpg',
			  'title'	: 'The Grand Oriental Hotel Prospectus'},
			{'href'	:   'images/print3b.jpg',
			  'title'	: 'The Grand Oriental Hotel Prospectus'},
			  
			{'href'	:   'images/print3c.jpg',
			  'title'	: 'The Grand Oriental Hotel Prospectus'}  
			
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
	
	
	$("#print4").click(function() {
		$.fancybox([
			{'href'	:   'images/print4a.jpg',
			  'title'	: 'Branding and Web Design'},
			{'href'	:   'images/print4b.jpg',
			  'title'	: 'Branding and Web Design'}
			  
			
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
	
	$("#print5").click(function() {
		$.fancybox([
			{'href'	:   'images/print5a.jpg',
			  'title'	: 'Branding, Print, Identity, Web'},
			{'href'	:   'images/print5b.jpg',
			  'title'	: 'Branding, Print, Identity, Web'},
			  
			{'href'	:   'images/print5c.jpg',
			  'title'	: 'Branding, Print, Identity, Web'},  
			{
				'href'	:   'images/print5d.jpg',
				'title'	: 'Branding, Print, Identity, Web'
			}
		], {
			'padding'			: 0,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'	: 'none'
		});
	});
	
	
	
	
	
	
	
	

});
