$(document).ready(function() {
	 $(function() {
		 $(".view-content-carousel").jMyCarousel({
		 				visible: 	'100%',
						auto: 		true,
						circular: 	true,
						speed:		2000
						
		 });
	 });
  });