/* Author: Landon Poburan

*/

/*
 * Initialize Superfish
 */

$('ul.sf-menu').superfish({
    delay:       1000,                            // one second delay on mouseout
    autoArrows:  false,                           // disable generation of arrow mark-up
    dropShadows: false                            // disable drop shadows
}).find('ul').bgIframe({opacity:false});


/*
 * jQuery Lightbox
 */

$('a.lightbox').lightBox({fixedNavigation:true});


/*
 * Sidebar Rotating Content using Slides
 */
$('#slides').slides({
    //hoverPause: true,
    //randomize: true,
    //effect: 'fade'
    play: 10000,
    pause: 2500,
    hoverPause: true,
    autoHeight: true
});























