$(document).ready(function() {$('.slider').jAccordion({slideMaxWidth : 694, autoplay : true, countdownMaxWidth : 0, slideDuration : 1000, slidesEasing : "easeInSine", onSlideStartClosing : function(e) {$('.title', this).delay(300).stop(true).animate({left: 0}, 500);$('.description', this).stop(true).animate({height : 0}, 300);$('.caption', this).stop(true).animate({height : 0}, 300);},onSlideStartOpening : function(e) {$('.title', this).stop(true).animate({left: -$('.title', this).outerWidth()}, 500);},onSlideOpened : function(e) {$('.description', this).show().css('height', 0).stop(true).animateAuto('height', 300);$('.caption', this).show().css('height', 0).stop(true).animateAuto('height', 300);}});});
