jQuery().ready(function($){
	jQuery('#service-slide').accordion({
		autoheight: false,
		event: 'mouseover',
		header: "h3"
	})
});
