@charset "utf-8";
/* CSS Document */

ul#screenshots
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

ul#screenshots li
{
	float: left;
	
	margin:5px;
	padding: 0;
}

ul#screenshots a
{
	margin:0;
	padding:0;
	background-image:none;
}

ul#screenshots a img
{ 
	border:5px solid #f6f9fb;
}

ul#screenshots a:hover img
{
	border: 5px solid #74A7CF;
	color: #74A7CF;
}

.clear
{
	clear: both;
}
