/* ------[ FOLDERS ]------ */

.gallery
{
}

.gallery .folder
{
	float: left;
	text-align: center;
}

.gallery .folder h3
{
	margin-top: 10px;

	font-size: 1em;
	text-align: center;
	border: none;
}

/* display for FF, line height for IE */
.gallery .centering
{
	display: table-cell;
	vertical-align: middle;
	height: 170px;
	width: 170px;

	line-height: 170px;
	text-align: center;
}

.thumbnail
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
}

.gallery table
{
	border-collapse: collapse;
}

.gallery table td
{
	width: 240px;
	padding-bottom: 10px;

	text-align: left;
	vertical-align: top;
}