﻿.thumbnail
{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width:120px;
	height:160px;
	/*height: expression(this.height > 400 ? "400px" : true);*/
}
	
.caption
{
	font-size: 10px; 	
}

a{
	font-weight: bold;
	color: #8ab459;
	text-decoration: none;
}
p a:hover { border-bottom: 1px dotted #8ab459; }
a img{ 	border: none;}