// jcarousellite
$("#covers").jCarouselLite({ 
	btnNext: ".next", 
	btnPrev: ".prev", visible: 4 
});

// basic modal
jQuery(function ($) {
	$('.hardstop').click(function (e) { $('#hardstop-modal').modal(); return false; });
	$('.blackswan').click(function (e) { $('#blackswan-modal').modal(); return false; });
	$('.badbird').click(function (e) { $('#badbird-modal').modal(); return false; });
	$('.shortsqueeze').click(function (e) { $('#shortsqueeze-modal').modal(); return false; });
	$('.elysiana').click(function (e) { $('#elysiana-modal').modal(); return false; });
	$('.lastrefuge').click(function (e) { $('#lastrefuge-modal').modal(); return false; });
	$('.twotime').click(function (e) { $('#twotime-modal').modal(); return false; });
	$('.headwounds').click(function (e) { $('#headwounds-modal').modal(); return false; });
});
