/************************************** Splendid *************************************
* Created By:		Jill Yosar
* Creation Date:	22nd September 2009
* Edited ----------------------------------------------------------------------------
*      By:              On:  
* Description -----------------------------------------------------------------------
*      This file handles the gallery functionality
*      Uses JQuery.
*      Example: 
*           1.3.1_Case-study-Benz.html
*
* Functions -------------------------------------------------------------------------
*       
*       
*       
* Event Handlers --------------------------------------------------------------------
*       
*       
*       
**************************************************************************************/

/********************************** Global Variables *********************************/
 /*
 $(document).ready(function(){
     /*$("#gallery a").click(function () {
         openLightbox(this);
         return false;
     });
     $("#gallery a").lightBox({
            imageLoading: "/img/lightbox-ico-loading.gif",
            imageBtnClose:"/img/lightbox-btn-close.gif",
            imageBtnPrev: "/img/lightbox-btn-prev.gif",
            imageBtnNext: "/img/lightbox-btn-next.gif"
        });

 });
 */



