﻿$(function () {
    $('#tabview').tabs();
    $('#slideshow li:last-child').addClass("last");
    $('#slideshow').gallery();

    
});
