$(document).ready(function() {  
		$("#artists ul li:eq(4)").addClass("last");

		$("#more-bio").click(function () {
			$("li.more").slideDown(200);
			$("a.toggler").toggle();
		});
		$("#less-bio").click(function () {
			$("li.more").slideUp(200);
			$("a.toggler").toggle();
		});
		$("div.artist:eq(1)").remove();
/*		$("#browse a.bios").remove();
			$('.round').corner({
			  tl: { radius: 10 },
			  tr: { radius: 10 },
			  bl: { radius: 10 },
			  br: { radius: 10 },
			  antiAlias: true,
			  autoPad: true
			  });
			  */
	$("ul.previews li:gt(4) a img").css("margin","0 16px 16px 0");
});    	

var ShoppCartAjaxRequest = function (url,data,response) {
    cartajax(url, data, 'html');
}

var ShoppCartAjaxHandler = function (cart) {
	(function($) {
		var display = $('#shopp-cart-ajax');

		display.empty().hide(); // clear any previous additions
		var item = $('<div></div>').appendTo(display);
		alert("test");
		if (cart.Item.optionlabel.length > 0)
 
		if ($('#shopp-cart-items').length > 0) {
			$('#shopp-cart-items').html(cart.Totals.quantity);
			$('#shopp-cart-total').html(asMoney(cart.Totals.total));

		} else {
			$('#shopp-cart p.status').html('<a href="'+cart.url+'"><span id="shopp-cart-items">'+cart.Totals.quantity+'</span> <strong>Items</strong> &mdash; <strong>Total</strong> <span id="shopp-cart-total">'+asMoney(cart.Totals.total)+'</span></a>');
		}
		display.slideDown();
	})(jQuery)	
}
			

hs.graphicsDir = '/common/js/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
//hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'dark borderless controls-in-heading floating-caption';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: 1,
		position: 'top right',
		hideOnMouseOut: false
	}
});
			