// JavaScript Document

jQuery(document).ready(function() {
	jQuery('#jcarousel-content').jcarousel({wrap: 'circular', scroll:6});
});


