$(document).ready(function() {
	$("#example11").zAccordion({
		easing: "easeOutBounce",
		height: "340px",
		slideWidth: "190px",
		width: "310px"
	});
});