/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


jQuery(function()
{   
    jQuery('ul.sf-menu').superfish();
    jQuery('#mycarousel').jcarousel({
    	wrap: 'circular'
    });
});
$('.sf-menu > li > li > a.sf-with-ul').parent().addClass('sf-li-with-ul');
