/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

$(document).ready(function () {
	$('#container #carousel_container #carousel_inner #carousel_ul li #slider_tekst a.read_kbc').click(function (e) {
		e.preventDefault();
		$.modal('<div><span id="slider_title">kbcs Bolero</span><p><img src="images/kbcs_banner.jpg"></p><p>The mother of all projects.  Rebranding of the online application, redesign of the website with interactive video&rsquo;s, launch campaign to position the &rsquo;Bolero&rsquo; brand and gain market share with a real crossmedia mix: flyers, welcome packages, radio commercials, photo shoots, video presentation, etc.., etc... Have a look @ <a href="http://www.bolero.be" target="_blank">www.bolero.be</a> .  We are addicted to these kind of project cocktails. And we love to flavour them with a sweet lemon touch !!!!!</p></div>', {opacity: 90});
	});
	$('#container #carousel_container #carousel_inner #carousel_ul li #slider_tekst a.read_gentbc').click(function (e) {
		e.preventDefault();
		$.modal('<div><span id="slider_title">gent bc</span><p><img src="images/gentbc_banner.jpg"></p><p>Gent BC is an online and real life network that promotes technological innovation. The challenge for Sweet Lemon was to create a communication platform to support the social network. The challenge is to tease members to make the crossover between the offline and online channels and vice-versa. What was the best Content Management system to build this website in.  Right !  Drupal !  A Belgian innovative open source product that is even used to build whitehouse.gov with.<br><br><a href="http://bits.blogs.nytimes.com/2009/10/30/drupal-moves-into-the-white-house/?src=twt&twt=nytimesbits" target="_blank">http://bits.blogs.nytimes.com/2009/10/30/drupal-moves-into-the-white-house/?src=twt&twt=nytimesbits</a></p></div>', {opacity: 90});
	});
	$('#container #carousel_container #carousel_inner #carousel_ul li #slider_tekst a.read_biogazelle').click(function (e) {
		e.preventDefault();
		$.modal('<div><span id="slider_title">biogazelle</span><p><img src="images/biogazelle_banner.jpg"></p><p>Biogazelle is the real-time PCR data-analysis company.  Find out what is it about @ <a href="http://www.biogazelle.com" target="_blank">www.biogazelle.com</a>.  Sweet Lemon was asked to design a new corporate Identity. Logo, brochures, flyers, business cards, presentation slides, event banners indoor... And most of all, make it attractive for new customer to join their network !</p></div>', {opacity: 90});
	});
	$('#container #carousel_container #carousel_inner #carousel_ul li #slider_tekst a.read_bematrix').click(function (e) {
		e.preventDefault();
		$.modal('<div><span id="slider_title">bematrix</span><p><img src="images/bematrix_banner.jpg"></p><p>Brand new design reflecting the inner soul of the company that was the challenge Sweet Lemon faced.  See for yourself @ <a href="http://www.bematrix.be" target="_blank">www.bematrix.be</a> !</p></div>', {opacity: 90});
	});
$('#container #carousel_container #carousel_inner #carousel_ul li #slider_tekst a.read_hein').click(function (e) {
		e.preventDefault();
		$.modal('<div><span id="slider_title">Hein Vera</span><p><img src="images/hein_banner.jpg"></p><p>Making jewel designer Hein Vera&prime;s unique and personal approach the core of his communication. That was the challenge. So we mapped out a personalised and creative strategy, focussing on reconstructing lifestyles, instead of simply advertising products. We designed and structured well balanced atmospheres, suiting his clientele and as they feel at home, Hein Vera&prime;s jewels become natural and obvious to their lives.</p></div>', {opacity: 90});
	});
});