$(document).ready(function() {
    $( "#product-tabs" ).tabs();
    
    $(".product-thumbs").fancybox();
});
