div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 200px;
	height: 210px;
	height: 190px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		width:200px;
		height:210px;
		height: 190px;
		overflow:hidden;
		float:left;
		padding-left: 7px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;

		/*padding:1em;*/
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
	background: White;
	color:black;
}
.quick a{
	color: #226AB1;
	text-decoration: underline;
}
.quick a:hover{
	color: #226AB1;
	text-decoration: none;
}
