* {margin:0; padding:0}
.sm {list-style:none; width:600px; height:391px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

/*
<body onload="slideMenu.build(
	UL da animare
	ampiezza in px di un pannello
	velocità con cui richiamare un pannello
	100,
	1)">

The first parameter is the id of the unordered list you would like to bind the accordion to. 
The second is the width you would like the accordion selection to expand to. 
The third is the timeout variable to control how quickly the sliding function is called. 
The fourth is the speed of the accordion with 1 being the fastest. 
The last is optional and is the integer that corresponds to the section you would like to be expanded when the accordion is loaded.
*/
