$(document).ready(function(){	
	$("#slider").easySlider({
		auto: false, 
		continuous: true
	});

	$('#fulltext').jScrollPane({
			animateInterval:1,
			animateStep:1,
			wheelSpeed:23,
			dragMinHeight:20,
			dragMaxHeight:20,
			scrollbarWidth:3,
			scrollbarMargin:6,
			topCapHeight:10,
			bottomCapHeight:0});
	$('#fulllist').jScrollPane({
			animateInterval:1,
			animateStep:1,
			wheelSpeed:23,
			dragMinHeight:20,
			dragMaxHeight:20,
			scrollbarWidth:3,
			scrollbarMargin:6,
			topCapHeight:10,
			bottomCapHeight:0});

	$('#randomimage').innerfade({
		speed: 4000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '318px'
	});
});

