#GRID {
	list-style-type: none;
	width:980px;
	margin:0 AUTO;
}
#GRID li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
.Green {
	border: 1px solid silver;
	display: table;
	height: 184px;
	width: 184px;
#position: relative;
	overflow: hidden;
	/*background-image: url(../GRAPHICS/25-1.gif);*/
	background-repeat: no-repeat;
	background-position: center;
}
.Green:hover {
	border-color: #0088CC;
	background-color:#F1F7FE;
}
.Red {
#position: relative;
#top: -50%;
}
.Blue {
#position: absolute;
#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
A IMG {
	border: none;
}
.hover {
	border: 1px solid #FF8C00;
}
.out {
	border:1px solid silver
}

