﻿#Gallery
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Gallery li
{
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 195px;
	float: left;
	text-align: center;
	height: 110px;
}

#Gallery .folder
{
	background: #ffffff url(/images/folder.jpg) no-repeat center center;
}

#Gallery img
{
	border: solid 1px #979797;
	padding: 2px;
	margin-right: 2px;
}
