﻿.Galleries 
{
	float:left;
	margin:20px 0 0 0;
}

.Gallery 
{
	float:left;
}

.Gallery h2
{
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.Gallery h3
{
	font-size:13px;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0;	
}

.Gallery h4
{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;	
}

.Gallery .Item
{
	text-align:center;
	height:145px;
	background-color:#F3F3F3;
	float:left;
	margin:0 2px 2px 0;
}
.Gallery .ItemLine
{
	display:inline;
	line-height:145px;	
}

.Gallery .ItemImage
{
	border:none;
}

