jQuery(function($){
    //$('select').sSelect();
});

jQuery(function($){
    $('.product-img-box .more-views a').click(function(){
            $('.product-img-box .main-product-image').attr('src',$(this).attr('href'));
            $('.product-img-box .more-views li').removeClass('active');
            $(this).parent().addClass('active');
            return !1;
        });
});

// tabs
jQuery(function($){
    $('.tab-box').maketabs();
});

