

/*========================================
   4.7 SECTION: SCREENSHOTS              
==========================================*/
.screenshots {
	/*margin-top: 68px;*/
}

.shot {
	margin: 10px;
	border-radius: 3px;
	/*border: 5px solid #ffffff;*/
}

.shot img {
	max-width: 100%;
	width: 100%;
}

.shot img:hover {
	cursor: crosshair;
	opacity: 0.8;
}

