div.features_screenshot{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 375px;
	padding: 0;
	text-align: left;
	color: #4d4d4d;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.features_screenshot img{
	position: absolute;
	margin: 0;
	margin-left: 125px;
	width: 500px;
	height: 364px;
	-moz-box-shadow: 0px 5px 20px 5px #AAAAAA;
	-webkit-box-shadow: 0px 5px 20px 5px #AAAAAA;
	box-shadow: 0px 5px 20px 5px #AAAAAA;
}

div.features_screenshot div.info_cloud_left,
div.features_screenshot div.info_cloud_right{
	background: transparent;
	width: 125px;
	position: absolute;
	font-size: 0.7em;
}

div.features_screenshot div.info_cloud_left{
	margin-left: 0px;
	text-align: left;
}

div.features_screenshot div.info_cloud_right{
	margin-left: 625px;
	text-align: right; 
}

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: 11px;
	background: transparent url( "../images/pointer_left.png" );
	background-position: right;
	margin-top: -10px;
	position: absolute;
	left: 0;
}

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

div.features_screenshot div.expander {
	background: transparent url( "../images/screenshot_expand.png" );
	width: 104px;
	height: 104px;
	display: none;
	opacity: 0.3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 136px;
}

div.features_screenshot:hover div.expander {
	display: block;
}

div.features_screenshot.expanded div.expander {
	display: none;
}

div.features_screenshot.expanded div.close {
	background: transparent url( "../images/screenshot_close.png" );
	width: 30px;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
}

div.features_screenshot.expanded {
	width: 910px;
	height: 455px;
	position: absolute;
	background: white;
	border: 1px solid #888;
	padding: 30px 20px;
	left: 4px;
}

div.features_screenshot.expanded img{
	width: 607px;
	height: 442px;
	margin-left: 152px;
}

div.features_screenshot.expanded div.info_cloud_left,
div.features_screenshot.expanded div.info_cloud_right{
	width: 145px;
	font-size: 0.85em;
}

div.features_screenshot.expanded div.info_cloud_left{
	margin-left: 0px;
}

div.features_screenshot.expanded div.info_cloud_right{
	margin-left: 765px;
}

div.features_screenshot_expanded_placeholder {
	height: 505px;
}
