$(function(){
	$('#content_slideshow').jcarousel({
		scroll : 4,
		initCallback : function(){
			$('#content_slideshow').css('visibility', 'visible');
		}
	});
	$('#content_slideshow li').each(function(){
		$('<div>').addClass('image_placeholder').appendTo(this);
	});
	
	$('#content_slideshow_dark').jcarousel({
		scroll : 4,
		initCallback : function(){
			$('#content_slideshow_dark').css('visibility', 'visible');
		}
	});
	$('#content_slideshow_dark li').each(function(){
		$('<div>').addClass('image_placeholder').appendTo(this);
	});
	
	$(".scroll_box").jScrollPane({
		showArrows : true,
		scrollbarWidth : 18,
		arrowSize : 17,
		wheelSpeed : 50
	});

});
