$(function() {
	$('#photos-sidebar').loopedSlider({
		addPagination: true,
		slidespeed: 500

	});
	
});

$(function() {
    
	$('div.menu-header li:last-child').css('marginRight', 0);
	$('#access ul ul').css({
		'-moz-box-shadow': 'none',
		'-webkit-box-shadow': 'none',
		boxShadow: 'none'
	});
	$('.front-page-bio p:last-child').css('marginBottom', 0);
	$('#catalog li:nth-child(3n)').addClass('last');
	$('ul.pagination li:nth-child(3)').css('marginRight', 0);
	
	// Gigpress Sidebar Stuff
	$('.gigpress-sidebar-city a')
		.css('textDecoration', 'underline')
		.attr('title', 'More Show Info')
		.after('<br />');
		
	var showsHght = $('#upcoming-shows-sidebar').outerHeight();
	if (showsHght < 295) {
		$('#upcoming-shows-sidebar').height(295 + 'px');
	}
	
	$('ul.gigpress-listing li:last-child').addClass('last');
	
	$('a.gigpress-tickets-link').css('textDecoration', 'underline').each(function() {
		var txt = this.innerHTML;
		var sliced = txt.slice(3);
		this.innerHTML=sliced;
	});
	
	$('.single-album-player-column ul li:eq(2) a').addClass('ts_buttonlink');
	
	$('#submit').addClass('button');


	
});
