﻿$(document).ready(function(){
	$('#positionsSlide').cycle({
	fx: 'scrollLeft',
	randomizeEffects: false, 
	speed: 1500,
	sync: 1
	});	
});	