@CHARSET "ISO-8859-1";


#screenshots_container
{
	margin: 50px;
}

.screenshot_container
{
	position: relative;
	
	float: left;
	
	margin-left: 30px;
	margin-bottom: 20px;
	
	height: 170px;
	width: 210px;

	cursor: pointer;
}

.screenshot_border
{
	position: absolute;
	
	height: 170px;
	width: 210px;
	
	z-index: 2;
	
}

.screenshot
{
	position: absolute;
	
	height: 120px;
	width: 160px;
	
	left: 25px;
	top: 25px;
	
	z-index: 1;
	
}

.screenshot:hover
{
	border: 2px solid rgb(150, 150, 150);
}



.screenshot_header
{
	width: 100%;
	text-align: center;
}
