var accordion = new Accordion('h3.atStart', 'div.atStart',
	{
		display: 0,
		show: true,
		height: true,
		width: false,
		opacity: false,
		fixedHeight: false,
		fixedWidth: false,
		wait: true,
		alwaysHide: true,

	onActive: function(toggler, element){
toggler.setStyle('color', 'rgb(251,82,68)');


toggler.setStyle('background-image', 'url(http://www.catalytics.net/images/togglerbga.jpg)');
		

	},
 
	onBackground: function(toggler, element){
		

	toggler.setStyle('color', '#271c20');

toggler.setStyle('background-image', 'url(http://www.catalytics.net/images/togglerbg.jpg)');

	}

}, $('accordion'));