﻿$(function() {

    $('.slide-out-div2').tabSlideOut({
        tabHandle: '.handle2',                     //class of the element that will become your tab
        pathToTabImage: 'images/arrowright.png', //path to the image for the tab //Optionally can be set using css
        imageHeight: '82px',                     //height of tab image           //Optionally can be set using css
        imageWidth: '22px',                       //width of tab image            //Optionally can be set using css
        tabLocation: 'right',                      //side of screen where tab lives, top, right, bottom, or left
        speed: 50,                               //speed of animation
        action: 'click',                          //options: 'click' or 'hover', action to trigger animation
        topPos: '45px',                          //position from the top/ use if tabLocation is left or right
        leftPos: '285px',                          //position from left/ use if tabLocation is bottom or top
        fixedPosition: false,                      //options: true makes it stick(fixed position) on scroll
        onLoadSlideOut: true,
        divtohide: 'HomeRotator'
    });

});


$(function() {

    $(".anyClass21").jCarouselLite({
        btnNext: ".nonImageContent21 .prev21",
        btnPrev: ".nonImageContent21 .next21",
        mouseWheel: true,
        circular: true,
        visible: 3,
        scroll: 3,
        auto: 10000,
        speed: 1000



    });
});