/* CSS overwrites for Mono Gallery */

body {font: 12px Verdana, Arial, Helvetica, sans-serif;
   		margin: 0; padding: 0;
   		background: #fcfcfc; color: #606060;}

/*remove border*/
table#framework {
	width: 900px;
	height: 590px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border: medium solid #999999;
}

td#thumbs img {
	border: 2px solid #999999;
}
