$(document).ready(function(){
	
	// ==============================
	// = SLIDER I.E. HOME SPOTLIGHT =
	// ==============================
	$('#panel').bxSlider({
		auto: true,
		pager: true,
		controls: false,
		pause: 7000
	});
	
	
	// =============
	// = SCROLLTO  =
	// =============
	$('ul#sidebarNavigation li').click(function(e){
		e.preventDefault();
	});
	
});

