$(function() {
	$('.social-in-menu li').append('<b class="ico"></b>')
	$('.answer ~ p').addClass('extra-answerp')
	$('.sf-menu').superfish({animation: {opacity:'show',height:'show'},speed: 'fast', onBeforeShow: function() { $(this).width(800);} });


	$(".university-box,.experienced-professionals-box").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});

$('.table tr:nth-child(odd)').addClass('odd')
	$('.table tr:nth-child(even)').addClass('even')

});



var api;
$(function() { 
    $(".scrollable").scrollable({api:true,size:1});
    $(".scrollable").circular();
    $(".scrollable").autoscroll({api:true,interval:8000}); 
}); 
