div.scroller { 
	width: 600px; 
	height: 200px;
	overflow: hidden;
}

div.scroller div.section {
	width:600px;
	height:200px;
	overflow:hidden;
	float:left;
	padding:1em;
}

div.scroller div.content {
	width: 15000px;
}
		
#previous {
	float:left;
}

#next {
	float:left;
	margin-left:464px;
}

#scroll {
	clear:both;
}

#mainContentQuiz {
	margin-left:50px;
}
