.galleryWrap {
	overflow: visible;
	width: 100%;
	border: 1px none #83B2FF;
	text-decoration: none;
	margin-bottom: 10px;
}
.galleryWrap table {
	border: 1px solid #83B2FF;
	width: 100%;
	background-color: #000;
	padding: 2px;
}

.galleryWrap td {
	border: 1px dotted #21709B;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	width: 25%;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	background-color: #002C43;
}
img.fsm {
	border: 1px solid #D8CA97;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	cursor: pointer;
	width: 90px;
}
.galleryWrap td.navM {
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	background-color: #21709B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryWrap td.navM a {
	text-decoration: none;
	letter-spacing: 0em;
	text-align: center;
	display: block;
}
.galleryWrap td.navM a:hover {
	text-decoration: none;
	background-color: #B8EBFB;
	color: #002F4D;
	font-size: 13px;
}
.galleryWrap td.navL {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #21709B;
	line-height: 24px;
	height: 24px;
}
.galleryWrap td.navL a {
	text-decoration: none;
	text-align: center;
	letter-spacing: .05em;
	display: block;
	width: 100%;
}

.galleryWrap td.navL a:hover {
	text-decoration: none;
	color: #002F4D;
	font-size: 13px;
}
.galleryWrap td.navR {
	text-decoration: none;
	background-color: #21709B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
	height: 24px;
}
.galleryWrap td.navR a {
	text-decoration: none;
	letter-spacing: 0em;
	text-align: center;
	display: block;
	width: 100%;
}
.galleryWrap td.navR a:hover {
	text-decoration: none;
	color: #002F4D;
	font-size: 13px;
}

img.fsm:hover { border: 1px solid #FCDA5E; 
}
