﻿$(document).ready(function() {
    /*var max = $('ul#images li').length;
    var indx = 1;
    var slideInt = window.setInterval(function() {
        indx = indx < max ? indx + 1 : 1;
        window.location = '#li' + indx;
    }, 10000);*/
    $("#product-explorer").slides({
        /*preload: true,
        preloadImage: '/img/loading.gif',*/
        play: 10000,
        pause: 2500,
        hoverPause: true
    });
});
