$(function()
{
    	$('.scroll-pane').jScrollPane();
	//$('.scroll-pane-arrows').jScrollPane({ showArrows: true, horizontalGutter: 10 });

	// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#carousel1").CloudCarousel({
		  xPos:346,
		  yPos:32,
		  reflGap:332,
		  minScale:0.1,
		  FPS:30,
		  autoRotate:'no',
		  buttonLeft:$("#left-but"),
		  buttonRight:$("#right-but"),
		  altBox:$("#alt-text"),
		  titleBox:$("#title-text")
	});
});

/*
reflHeight:0,
reflOpacity:0.5,
reflGap:0,
minScale:0.5,
xPos:0,
yPos:0,
xRadius:0,
yRadius:0,
altBox:null,
titleBox:null,
FPS: 30,
autoRotate: 'no',
autoRotateDelay: 1500,
speed:0.2,
mouseWheel: false,
bringToFront: false
*/

