/* styles */
	.screen-shots {
		margin-top: 10px;
	}
	.screen-shot {
		height: 125px;
		width: 165px;
		float:  left;
		background-color: #eee;
		border: 1px solid #ccc;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.screen-shot img {
		border: none;
	}
