div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 560px; 
	height: 560px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:530px;
		height:700px;
		overflow:hidden;
		float:left;
		padding:1em;
		text-align:justify;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		
	a {
		color: #ffffff;
		font-size: 12px;
		text-decoration:none;
		}
	div.controls {
		margin-left:10px;
		margin-bottom:2px;
	}
	.controls a {
		color: #ffffff;
		font-size: 12px;
		text-decoration:none;
		border-bottom: 0px dotted #fff;
		}
		
	.controls a.mamablue {
		color: #ffffff;
		font-size: 12px;
		text-decoration:none;
		border-bottom: 1px dotted #208BE1;
		}
	.controls a:hover {
		color: #fff;
		font-size: 12px;
		text-decoration:none;
		border-bottom: 1px dotted #208BE1;
		}
	.mamablue {
		color:#208BE1;
		}
	.controls a.backstage {
		color: #ffffff;
		font-size: 12px;
		text-decoration:none;
		border-bottom: 1px dotted #CB014D;
		}
	.backstage {
		color:#CB014D;
		}
	ul {
		padding-left:1em;
		margin-bottom:0em;
		color: 208BE1 !important;
	}
	li {
		padding-left:0.1em;
		margin-left:10px;
		}
		
	p.cv {
		color: #208BE1;
		padding-left:1em;
		margin-bottom:0em;
	}