﻿.galleryframe{
	width: 100%;
	overflow: hidden;
	clear: both;
}

.galleryframe .imagecontainer{
	float: left;
	margin: 10px;
	width: 145px;
}

.galleryframe .imagecontainer .title{
	display: block;
	text-align: center;
	font-family: Arial, Sans-Serif;
	color: #000;
}

.galleryframe .categorytitle, .galleryframe .imagetitle{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-family: Arial, Sans-Serif;
	font-size: 2em;
	color: #0877b2;
}