

.g_thumbimage  {
    display: inline;
	width: 120px;   /* forced image size  */
	height: 120px;   /* forced image size  */
	background: rgba(155, 155, 155, 0.5);
	margin: 10px;
	padding: 10px;
	border: thin solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 3px 3px 10px #666;
}

.g_thumbimage:hover {
	background: rgba(155, 155, 155, 0.75);
}


.g_thumbimage:visited {
	background: rgba(155, 155, 155, 0.75);
}


.g_table {
	background-color: #;
	height: 100%;
	width: 100%;
}

.g_tabledata {
	display: inline;
}
