﻿$(document).ready(function() {
    if ($("#splashpage").length) {
        $("#splashpage").overlay({
            top: 50,
            expose: { color: '#000000', loadSpeed: 200, opacity: 0.8 },
            closeOnClick: false,
            api: true
        }).load();
    }
    $("#gallery").gallery({
        interval: 5500,
        //width: '453px',
        //height: '340px',
        width: '480px',
        height: '480px',
        thumbWidth: 56,
        thumbHeight: 42,
        toggleBar: true,
        showOverlay: true,
        ratio: 0.15
    });
    $("#newsgallery").gallery({
        interval: 5500,
        width: '480px',
        height: '480px',
        thumbWidth: 56,
        thumbHeight: 42,
        toggleBar: true,
        showOverlay: false,
        barPosition: 'top',
        ratio: 0.15
    });
    $("#slideshow").gallery({
        interval: 5500,
        width: '400px',
        height: '490px',
        thumbWidth: 40,
        thumbHeight: 49,
        toggleBar: true,
        showOverlay: false,
        ratio: 0.15
    });
    $('#messageslider').bxSlider({
        mode: 'slide',
        auto: 'true',
        speed: 300,
        pause: 5000,
        width: 680,
        prev_text: '',
        next_text: '',
        //prev_img: 'images/button_prev.gif',
        //next_img: 'images/button_next.gif',
        wrapper_class: 'message_wrapper'
    });
});
