$(document).ready(function(){
	$('a.show_newsbox').each(function() {
		$(this).colorbox({
		height: 600, 
		width: 800, 
		href: '/views/news/box.php?wert=' + $(this).attr("href")
		});
	});	
	$('a.show_livebox').each(function() {
		$(this).colorbox({
		height: 600, 
		width: 800, 
		href: '/views/live/box.php?wert=' + $(this).attr("href")
		});
	});		
	$("#carousel1").CloudCarousel(
		{			
			mouseWheel: true,
			bringToFront: true,
			xPos: 233,
			yPos: 50,
			reflHeight: 20,
			reflGap: 2,
			minScale: 0.3,
			buttonLeft: $("#left-but"),
			buttonRight: $("#right-but"),
			altBox: $("#alt-text"),
			titleBox: $("#title-text")
		}
	);
	$.featureList(
		$("#tabs li a"),
		$("#output li"), {
			start_item:1
		}
		);
});		
$(function () {
	$("ul#artistmenu").tabs("div#text_main > div",{effect:'fade',history:true});
	$('div.readmore').expander({
		slicePoint: 200,
		expandText: 'Read More',
		userCollapseText: 'Hide Text'
	});
});

