
$.noConflict();
  jQuery(document).ready(function($) {

    // Code that uses jQuery's $ can follow here.

	$("#banner-bottom div.jcarousel-skin-swag").jcarousel({
	  scroll: 1,
	  auto: 2,
	  wrap: "circular",
	  buttonNextHTML: null,
	  buttonPrevHTML: null,
	  initCallback: pauseOnHover
	});


  });
