﻿table#gallery	{
		background: #ddd;
		color: #fff;
		padding: 10px;
		border: solid 1px #999;
		}

table#gallery tr td	{
		background: #eee;
		color: #fff;
		vertical-align: middle;
		text-align: center;		
		}
		
table#gallery tr td img	{
		border: solid 1px #777;
		}

table#gallery tr td.text h2	{
		text-align: justify;
		background: #eee;
		color: #e0e0e0;
		font-family: georgia, "times roman", "times new roman", serif;
		font-style: italic;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 1px;
		margin: 0;
		}

table#gallery tr#pageNav td {
		font-size: 1.5em;
		font-weight: bold;
		padding: 10px 15px;
		background: url(images/bg-pageNav.jpg) repeat-x bottom center #ccc;
		border: solid 1px #a0a0a0;
		}

table#gallery tr td.instructions	{
		text-align: center;
		vertical-align: middle;
		color: #333;
		background: #eee;
		padding-bottom: 20px;
		}

table#gallery tr#pageNav td a:hover {
		color: #666 !important;
		}
