/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

(function($){
    /* Active slider */
    $('#slider').orbit({
        animation: 'fade',                  // fade, horizontal-slide, vertical-slide, horizontal-push
        animationSpeed: 2500,                // how fast animtions are
         timer: true,                        // true or false to have the timer
        advanceSpeed: 7000,                 // if timer is enabled, time between transitions 
        pauseOnHover: false,                // if you hover pauses the slider
         animation: 'fade',         // fade, horizontal-slide, vertical-slide, horizontal-push, vertical-push
        captions: true,                     // do you want captions?
        captionAnimation: 'fade',             // fade, slideOpen, none
         captionAnimationSpeed: 7000,         // if so how quickly should they animate in
        bullets: true,                        // true or false to activate the bullet navigation
        bulletThumbs: false,                // thumbnails for the bullets
         bulletThumbLocation: '',            // location from this file where thumbs will be
        afterSlideChange: $.noop,        // empty function 
        fluid: true,
        centerBullets: true    // center bullet nav with js, turn this off if you want to position the bullet nav manually
     });
	 
	 h3 span { font-style:italic; color:#2BA6CB }

/* -----------------------------------------
   Shared Styles
----------------------------------------- */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


