#GRIDCON {
	margin-bottom:50px;
	min-height:700px;
	border:none;
	float:right;
	width:500px;
	margin-left:20px;
}

#PAGINATION {
	height:50px;
	clear:both;
	width:510px;
	float:left;
	}
	
#PAGINATION .PAGEIMG{
	margin:0 !important;
	padding:0  !important;
	vertical-align: middle;
	border:none;
	}


#GRID {
	list-style-type: none;
	min-width:550px;
	margin:0 AUTO;
	margin-top:10px;
	float:left;
	padding:0;
}
#GRID li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type:none;
	list-style: none;
}
#GRID .Green {
	border: 1px solid silver;
	display: table;
	height: 160px;
	width: 160px;
#position: relative;
	overflow: hidden;
	/*background-image: url(../GRAPHICS/25-1.gif);*/
	background-repeat: no-repeat;
	background-position: center;
}
#GRID .Green:hover {
	border-color: #639;
	/*background-color:#F9F5FC*/
}
#GRID .Red {
#position: relative;
#top: -50%;
}
#GRID .Blue {
#position: absolute;
#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#GRID IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#GRID A IMG {
	border: none;
}
#GRID .hover {
	border: 1px solid #FF8C00;
}
#GRID .out {
	border:1px solid silver
}
