$(function() {
	
	/*--- HOMESCROLLER ---*/
		   
	$('#one').ContentSlider({
		width : '800px',
		height : '550px',
		speed : 800,
		easing : 'easeOutQuad'
	});
	
	/*--- PAGINASCROLLER ---*/
	
	var originalSizes = new Array();
	$('#pane1').jScrollHorizontalPane({
		showArrows:true
	});
		
	/*--- SCROLL ---*/
});
