.dhtmlgoodies_question {    /* Styling question */
	width: 800px;
    overflow:hidden;
    cursor:pointer;
	margin-bottom:.3em;
}

.dhtmlgoodies_question a { font-family:helvetica, arial, sans-serif; font-size:12px; color:#666; text-decoration:none; }
.dhtmlgoodies_question a:hover { color:#09C; }

.dhtmlgoodies_answer{    /* Parent box of slide down content */
    /* Start layout CSS */
    font-size:12px;
    font-family:Helvetica, arial, sans-serif;
    padding:0px;
    width: 1230px;
	margin-bottom:20px;
    
    visibility:hidden;
    overflow:hidden;
    position:relative;

}
.dhtmlgoodies_answer_content{    /* Content that is slided down */
    width: 2000px;
	padding:1px;
    font-size:0.9em;
    position:relative;
}

.dhtmlgoodies_answer_content .movie { width:600px; height:338px; margin-top:20px; padding:0; float:center; }