/*
	Gallery styles - these are the styles applied to the image gallery
*/

/*
	Gallery styles:
		GalleryOuter - the style applied to the outer table
		GalleryItem - the style applied to the inner gallery item table
		GalleryTitle - the style applied to the title cell
		GalleryImage - the style applied to the image cell
*/

table.GalleryOuter
{
	width: 100%;
	border: 0;
	padding: 2px;
}

table.GalleryItem
{
	width: 100%;
	border: 0;
	padding: 2px;
}

td.GalleryTitle
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

td.GalleryImage
{
	text-align: center;
}