.accordion {width: 960px; margin: 0 auto; list-style: none; padding: 0px;}

/*
hides the images and text from within the accordion;
this style will be applied only before the 
accordion is instantiated or if the user doesn't have
javascript enabled; 
*/
.accordion img, .accordion .caption {position: absolute; left: -9999px;}
.accordion .overlay {position: relative; left: 0;}

/*this is for example_api.html*/
#custom_controls {width: 220px; margin: 0 auto;}