﻿div.divPhotos {
}
table.tablePhotos {
	width:100%;
	border-width:0;
	border-spacing:1px;
}
		table.tablePhotos th {
			cursor:pointer;
			width:25%;
			padding:7px 1px;
			text-align:center;
			vertical-align:top;
			font-weight:normal !important;
		}
			table.tablePhotos th:hover {
				background-color:#3C82B1;
			}
		table.tablePhotos a, table.tablePhotos a:link, table.tablePhotos a:visited, table.tablePhotos a:active {
			padding:4px;
			color:#FFFFFF;
		}
		table.tablePhotos a:hover {
			background-color:Transparent;
			text-decoration:none;
		}
		table.tablePhotos img {
			border:1px solid #FFFFFF;
		}
