//** Step Carousel Viewer- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
//** Usage Terms: http://www.dynamicdrive.com/notice.htm
//** Current version 1.9 (July 28th, 10'): See http://www.dynamicdrive.com/dynamicindex4/stepcarouselchangelog.txt for details


stepcarousel.setup({
	galleryid: 'listinggallery', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'carousel-panel', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:2500},
	panelbehavior: {speed:2000, wraparound:true, wrapbehavior:'pushpull', persist:false},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['images/carousel-leftnav.gif', 0, 15], rightnav: ['images/carousel-rightnav.gif', -20, 15]},
	contenttype: ['ajax','/includes/carousel-content.html'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
	})
