jQuery(document).ready(function() {

	jQuery(function(){
		jQuery('.slider').mobilyslider({
			content: '.sliderContent',
			children: 'div',
			transition: 'fade',
			animationSpeed: 500,
			autoplay: true,
			autoplaySpeed: 8000,
			pauseOnHover: false,
			bullets: true,
			arrows: false,
			arrowsHide: true,
			prev: 'prev',
			next: 'next',
			animationStart: function(){},
			animationComplete: function(){}
		});
	});
	
	jQuery('.sidebar .menu li a').each(function() {
		jQuery(this).text();
	});
	jQuery(".menu li:last-child").addClass("last");

});
