#thumb_grid, #text_content {
    width: 480px;
    margin: 15px 0;
    padding: 4px 4px;
    border: 1px solid #000;
    background: rgb(230, 230, 230);
    overflow: auto;
}

.thumb {
    float: left;
    position:relative;
    width:152px;
    height:192px;	/* room for caption */
    overflow: hidden;
    margin: 3px;
    padding-top: 10px;
    background: white;
    border: 1px solid rgb(200,200,200);
}

.thumb img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
}

.thumb a {
	color:#666;
	text-decoration:none;
	border:none;
}

.thumb a:hover {
	color:#000;
	text-decoration:underline;
	border:none;
}

.thumb h2 {
    position:absolute;
  	top: 147px; /* needs to leave 38px from the bottom of the thumb */
  	width: 142px;
    height: 55px;
    overflow: hidden;
    margin: 5px;
  	font: bold 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
  	text-align: center;
}

