jQuery(document).ready(function($) {
    
	$('#servicesAccordion').liteAccordion({
	
		containerWidth : 590, 
		containerHeight : 320,
		enumerateSlides : true,
		theme: 'dark'
	}); //ends horizontal accordion    

}); //ends jquery

