﻿$(document).ready(function () {

    //profilo
    if ($('.profilo').length > 0) {
        $(".tooltip").tooltip({ track: true, delay: 0, opacity: 1, extraClass: "pretty fancy", showURL: false, top: -15, left: 5 });
        $('.fashionista > a').vAlign2(57);
        $('.fashionista ul').carouFredSel({ width: 650, items: { visible: 1 }, scroll: { items: 1 }, auto: { play: false }, prev: { button: '#r_prev' }, next: { button: '#r_next'} });
    }

});   //$(document).ready

