
$(document).ready(function() {
  
	
	$(".test2").hrzAccordion({handlePosition     :"left",
			openOnLoad     :1,
			fixedWidth				: "563",
			cycle: true,
			closeSpeed     			: 700,
			openEaseAction     		: "swing",
			openSpeed      			: 700,
			cycleInterval	   		: 5000,
			eventWaitForAnim		: false
							  });

	
 });
