$(document).ready(function(){
	$('#representadas').jcarousel({
		auto : 1,
		scroll : 1,
		wrap : 'circular',
		animation : 2000
	});
});
