body
{

}

.accordion
{
	width:960px;
	margin:0px auto;
	list-style:none;
	padding:0px;
}

.accordion > div {
	border-right:1px solid #fff;
}

.accordion {
	border-left:1px solid #fff;
}

/*
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;

feel free to replace this style with your own
*/
.accordion img, .accordion .caption
{
	position:absolute;
	left:-9999px;
}


/*this is for example_api.html*/
#custom_controls
{
	width:220px;
	margin:0px auto;
}
