$(document).ready(function() {
	$("#left_top_left .whatcanyoudo").click(function() {
		$("#left_top_left .whatcanyoudo").removeClass("active");
		$(this).addClass("active");
		
		if ($(this).attr("id") == "tips") {
			$("#left_top_right #wrapper_video").hide();
			$("#left_top_right #wrapper_cycle").show();
		} else if ($(this).attr("id") == "videos") {
			$("#left_top_right #wrapper_cycle").hide();
			$("#left_top_right #wrapper_video").show();
		}
	});
	
	$("#navPrimary li ul li").prepend("<div class='arrow'></div>");
	$("#navPrimary li ul").append("<img src='/default/includes/themes/LS2011/images/backgrounds/bg_navover_bot.png' width='178' height='7' />");
	$("#navPrimary>li>a").empty().append("<img src='/default/includes/themes/LS2011/images/clear.png' width='100' height='40' />");
});
