// <![CDATA[
// execute your scripts when the DOM is ready. this is mostly a good habit
 jQuery.noConflict();
jQuery(function() {

	// initialize scrollable
	jQuery(".gallery").scrollable({circular: false, speed: 500});

});
// ]]>

