


.screenshots{
	position:relative;
	margin:20px 0;
	text-align:center;
}
.screenshots .image{
	width:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.screenshots .image img{
	border:1px solid white;
	border-radius:8px;
	width:256px;
	height:240px;
}
.screenshots img.large{
	width:512px;
	height:480px;
}
.screenshots .image .caption{
	margin:8px 0 12px;
	font-size:16px;
	text-align:left;
	padding:0 40px;
}


.download.lets{
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../res/download.png) no-repeat #eee center center;
	background-size:256px 256px;
	width:256px;
	height:256px;
}
.download.lets:hover{
	opacity:1.0;
}

p.download-caption{
	width:340px;
	margin:20px auto;
}


