/**
 * Studio 54 Portfolio Gallery
 * ENGLISH VERSION	
 *
 * Example array:
 *
 * var category = [
 *     ['portfolio/example1.jpg', 'caption 1'], 
 *     ['portfolio/example2.jpg', 'caption 2'], 
 *     ['portfolio/example3.jpg', 'caption 3']
 * ];	
 *
 * Unlimited items supported.
 * Please remember to remove the trailing comma from the last array item.
 * See  above for correct syntax.
 *
 **/


var advertising = [
	['portfolio/advertising/1.jpg', 'Client: Property Mart Overseas | Project: Full Page Advert'], 
	['portfolio/advertising/2.jpg', 'Client: Da Bruno Ristorante | Project: Full Page Advert'],
	['portfolio/advertising/3.jpg', 'Client: Sunshine Weddings | Project: Full Page Advert'],
	['portfolio/advertising/4.jpg', 'Client: Recapitalise | Project: Full Page Advert'],
	['portfolio/advertising/5.jpg', 'Client: Grupo Pentium | Project: Double Page Advert'],
	['portfolio/advertising/6.jpg', 'Client: Andalucian Dream Homes | Project: Full Page Advert'],
	['portfolio/advertising/7.jpg', 'Client: Mansion | Project: Double Page Advert'],
	['portfolio/advertising/8.jpg', 'Client: The Living Room | Project: Double Page Advert']
];	

var editorial = [
	['portfolio/editorial/1.jpg', 'Client: X Magazine Worldwide | Project: Editorial Design'], 
	['portfolio/editorial/2.jpg', 'Client: X Magazine Worldwide | Project: Editorial Design'], 
	['portfolio/editorial/3.jpg', 'Client: X Magazine Worldwide | Project: Editorial Design'],
	['portfolio/editorial/4.jpg', 'Client: X Magazine Worldwide | Project: Editorial Design'],
	['portfolio/editorial/5.jpg', 'Client: PMO Magazine | Project: Editorial Design'],
	['portfolio/editorial/6.jpg', 'Client: X Magazine Worldwide | Project: Editorial Design'],
	['portfolio/editorial/7.jpg', 'Client: X Magazine Worldwide | Project: Editorial Design']
];	

var branding = [
	['portfolio/branding/1.jpg', 'Client: Raymonds Restaurant  | Project: Brand Design'], 
	['portfolio/branding/2.jpg', 'Client: Job Search Spain | Project: Brand Design'], 
	['portfolio/branding/3.jpg', 'Client: Best Five TV | Project: Brand Design'],
	['portfolio/branding/4.jpg', 'Client: Energon | Project: Brand Design'], 
	['portfolio/branding/5.jpg', 'Client: Cubed | Project: Brand Design'],
	['portfolio/branding/6.jpg', 'Client: Recapitalise | Project: Brand Design'], 
	['portfolio/branding/7.jpg', 'Client: Essence | Project: Brand Design'], 
	['portfolio/branding/8.jpg', 'Client: Eat My Words | Project: Brand Design']
];	

var stationary = [
	['portfolio/stationary/1.jpg', 'Client: Del Mar, Cafe & Bar | Project: Stationery Design'], 
	['portfolio/stationary/2.jpg', 'Client: Blue Water Real Estate | Project: Stationery Design'], 
	['portfolio/stationary/3.jpg', 'Client: Cubed | Project: Stationery Design'],
	['portfolio/stationary/4.jpg', 'Client: Recapitalise | Project: Stationery Design'],
	['portfolio/stationary/5.jpg', 'Client: Energon | Project: Stationery Design'],
	['portfolio/stationary/6.jpg', 'Client: Land Mark Real Estate | Project: Stationery Design']
];	

var brochure = [
	['portfolio/brochure/1.jpg', 'Client: Entwar Holdings | Project: Book Design No.1'],
	['portfolio/brochure/2.jpg', 'Client: Entwar Holdings | Project: Book Design No.1'],
	['portfolio/brochure/3.jpg', 'Client: Entwar Holdings | Project: Book Design No.2'],
	['portfolio/brochure/4.jpg', 'Client: Entwar Holdings | Project: Book Design No.2'],
	['portfolio/brochure/5.jpg', 'Client: Minicards Spain | Project: Brochure Design'],
	['portfolio/brochure/6.jpg', 'Client: Grupo Pentium | Project: Brochure Design'],
	['portfolio/brochure/7.jpg', 'Client: Grupo Pentium | Project: Brochure Design'],
	['portfolio/brochure/8.jpg', 'Client: Venturis International | Project: Brochure Design'],
	['portfolio/brochure/9.jpg', 'Client: Venturis International | Project: Brochure Design'],
	['portfolio/brochure/10.jpg', 'Client: Grupo Pentium | Project: A4 Tri-fold']
];	

var flyers = [
	['portfolio/flyers/1.jpg', 'Client: TIBU Nightclub & Yeah You Promtions | Project: Flyer Design'],
	['portfolio/flyers/2.jpg', 'Client: TIBU Nightclub & Yeah You Promtions | Project: Flyer Design'],
	['portfolio/flyers/3.jpg', 'Client: TIBU Nightclub & Yeah You Promtions | Project: Flyer Design'],
	['portfolio/flyers/4.jpg', 'Client: Metal Heads | Project: Flyer Design'],
	['portfolio/flyers/5.jpg', 'Client: Recapitalise | Project: Flyer Design'],
	['portfolio/flyers/6.jpg', 'Client: Sunnit | Project: Flyer Design'],
	['portfolio/flyers/7.jpg', 'Client: Sunnit | Project: Flyer Design'],
	['portfolio/flyers/8.jpg', 'Client: Golf Experience | Project: Flyer Design']
];	

var web = [
	['portfolio/web/1.jpg', 'Client: <a href="http://www.natushka.net/" target="_blank">www.natushka.net/</a> | Project: Wesbite Design & Build'],
	['portfolio/web/2.jpg', 'Client: <a href="http://www.ziggyzero.nl" target="_blank">www.ziggyzero.nl</a> | Project: Wesbite Design & Build'],
 	['portfolio/web/3.jpg', 'Client: <a href="http://www.grupoaldahhan.com" target="_blank">www.grupoaldahhan.com</a> | Project: Wesbite Design & Build'], 
	['portfolio/web/4.jpg', 'Client: <a href="http://www.grupopentium.com" target="_blank">www.grupopentium.com</a> | Project: Wesbite Design & Build']
];	

var promotional = [
	['portfolio/promotional/1.jpg', 'Client: Property Mart Overseas | Project: Bill Board Design'], 
	['portfolio/promotional/2.jpg', 'Client: Property Mart Overseas | Project: Package Design']
];	







/*********************************
 *   DO NOT ALTER THE CODE BELOW
 *********************************/

function launchPortfolio(category) {
	Slimbox.open(category, 0, {loop: true});
}












