div.features_screenshot{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 490px;
	padding: 0;
	text-align: left;
	color: #4d4d4d;
}

div.features_screenshot.h400 {
	height: 400px;
}

div.features_screenshot img{
	position: absolute;
	margin: 0;
}

div.features_screenshot div.info_cloud_left{
	background: transparent;
	width: 150px;
	margin-left: 0px;
	text-align: left;
	position: absolute;
	font-size: 0.8em;
}

div.features_screenshot div.info_cloud_right{
	background: transparent;
	width: 150px;
	margin-left: 700px;
	text-align: right; 
	position: absolute;
	font-size: 0.8em;
}

div.features_screenshot div.info_cloud_left div,
div.features_screenshot div.info_cloud_right div{
	color: black;
	font-weight: bold;
	font-size: 1.05em;
	white-space: nowrap;
	margin-bottom: 8px;
}

div.features_screenshot div.info_cloud_left div.pointer{
	height: 12px;
	background: transparent url( "../pictures/pointer_left.png" );
	background-position: right;
	margin-top: -10px;
	position: absolute;
	left: 0;
}

div.features_screenshot div.info_cloud_right div.pointer{
	height: 12px;
	background: transparent url( "../pictures/pointer_right.png" );
	background-position: left;
	margin-top: -10px;
	position: absolute;
	right: 0;
}

.additional_features p {
	margin-bottom: 50px;
}

span.additional_feat {
	color: #4D4D4D;
}

span.seperator {
	color: #AAA;
	margin-left: 5px;
	margin-right: 5px;
}

span.red {
	color: red;
	}