$(document).ready(function() {
	$('ul.tabs li.tab').corner("top 3px");

	$('.content_block_test').tabs();

	$("#content_2").tabs({
		selected: 1
	});
	$("#content_3").tabs({
		select: function(event, ui) {
			switch(ui.index)
			{
				case 1:
					$('#content_3 div.content_more_link a').html('VIEW ALL VENUES &gt;');
					break;
				case 2:
					$('#content_3 div.content_more_link a').html('VIEW ALL BANDS &gt;');
					break;
				default:
					$('#content_3 div.content_more_link a').html('VIEW ALL EVENTS &gt;');
					break;
			}
		}
	});
	$("#content_4").tabs();
	$("#content_5").tabs({
		selected: 1
	});
	$("#content_7").tabs();
});
$(document).ready(function() {
	$('#content_1_content').anythingSlider({
		width: 590,
		height: 360,
		toggleControls: true,
		startStopped: false,
		buildNavigation: false,
		theme: 'minimalist',
		startText: '',
		stopText: '',
		delay: 5000,
		autoPlay: true,
		autoPlayLocked: true,
		pauseOnHover: true
		})
		.anythingSliderFx({
			inFx: {
				'.slideshow_caption': { bottom: 474, opacity: 1, time: 400 }
			},
			outFx: {
				'.slideshow_caption': { bottom: 0, opacity: 0, time: 350 }
			}
		});
});
