.box_info {
	background: #EDEDED;
	padding: 10px;
	margin-bottom: 30px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%; 
	height: 250px;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 100%; 
	height: 250px;
	overflow: hidden;
	float: left;
}

div.scroller div.content {
	width: 10000px;
}		

#teaser {
	 margin: 0 -4px 0 -4px;
}

#teaser img {
}


.teaser_left {
	float: left; 
	padding: 0 40px 0 0;
	text-align: center;	
}

.teaser_right {
	height: 160px;
	display: block;	
	background: #293443;
	padding: 10px 40px 10px 20px;
}

.teaser_right h2 {
	padding: 10px 10px 5px 0;
	margin-left: -20px;
	color: #999359;
	font: 1.3em/1.2em 'Lato', Arial, sans-serif;
}

.teaser_right p {
	font: 1em/1.5em 'Lato', Arial, sans-serif;				
	color: #fff;
}

@media screen and (max-width: 978px) {
	.teaser_left, .teaser_right {
	max-width: 100%;
}
}

.controls {
	font: 0.8em/1em 'Lato', Arial, sans-serif;				
	color: #333333;
	float: left;
	margin-top: -55px;
	margin-bottom: 15px;
}

.teaser_order {
	display: block;
	text-align: right;
	margin: 40px 0 -40px 0;
	float: right;	
}