﻿$(window).bind("load", function() {
    $("div#basic").slideViewerPro(
            {
                thumbs: 4,
                thumbsBorderWidth: 1,
                autoslide: true,
                asTimer: 3500,
                typo: true,
                galBorderWidth: 8,
                galBorderColor: "White",
                thumbsBorderOpacity: 0,
                buttonsTextColor: "#707070",
                buttonsWidth: 40,
                thumbsPercentReduction: 15,
                leftButtonInner: "<img alt='left' src='../../Content/images/left_button.png'/>",
                rightButtonInner: "<img alt='right' src='../../Content/images/right_button.png'/>",
                thumbsActiveBorderOpacity: 0.8,
                thumbsActiveBorderColor: "aqua",
                shuffle: false,
                typoFullOpacity: 0.5
            }
                );
});
