/* Gallery Styles */

DIV.divBreaker {
	clear: both;
}
.galleryTable {
	width: 95%;
	border: 3px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.galleryTable td {
	border: 4px solid #ffffff;
	vertical-align: top;
}
.galleryTableNest {
	width: 176px;
	height: 250px;
	border-collapse: collapse;
	border: 1px solid #EDEEE8;
}
.galleryTableNest td {
	border: 0px;
	background-color: #EDEEE8;
	text-align: center;
	font-size: 11px;
	padding: 8px;
	vertical-align: top;
}
td.galleryThumb {
	height: 180px;
}
td.galleryText {
	height: 110px;
}
.galleryThumb img {
	margin-bottom: 8px;
}
.galleryThumb a {
	font-size: 12px;
	font-weight: bold;
	color: #213D6C;
}

.galleryTableMain {
	width: 50px;
	height: 230px;
	border-collapse: collapse;
	border: 1px solid #213D6C;
	margin-left: auto;
	margin-right: auto;
}
td.galleryMain {
	border: 0px;
	background-color: #D7F2F5;
	text-align: center;
	font-size: 12px;
	padding: 8px;
	vertical-align: top;
	
}

form {
	margin: 0px;
}
