	
/* sliding show/hide */
.dhtmlgoodies_question{	/* Styling question */


	overflow:hidden;
	cursor:pointer;
	
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	overflow:hidden;
	
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */


}


