﻿$(function () {
    
    var resource = $('#CartSmall').hide().clone().prependTo('#tertiary').show();
    
    $('#gallery a').lightBox();
});

$(document).ready(function () {
    $("#slider").easySlider({
        auto: true,
        continuous: true
    });

});
