﻿//function for Top Slide, width and height set in css for dynamic arrows FALSE
$().ready(function () {
    $('#coda-slider-1').codaSlider({
        autoSlide: true,
        autoHeight: false,
        dynamicArrows: false,
        autoSlideStopWhenClicked: true,
        autoSlideInterval: 10000,
        slideEaseDuration: 1500,
        slideEaseFunction: "easeOutQuad"
    });
});
////function for Main Slide, width and height set in css for dynamic arrows TRUE
//$().ready(function () {
//    $('#coda-slider-2').codaSlider({
//        autoSlide: false,
//        autoHeight: false,
//        dynamicArrows: true,
//        autoSlideStopWhenClicked: false,
//        autoSlideInterval: 4000,
//        slideEaseDuration: 1000,
//        slideEaseFunction: "easeOutQuad"
//    });
//});
