/* root element for tabs  */
ul.tabs { 
	list-style:none; 
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

