@charset "utf-8";
.thumbBox {
	width: 150px;
	height: 150px;
	
	float: left;
	background-color: #BFB38F;
	
	margin: 5px;
	padding: 5px;
	
	border-top: 1px solid #AFA483;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #AFA483;	

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
		
	font-size: 10px;
	color: fff;	
}


.thumbBox img {
	border: 1px solid #8F866B;
	margin: 5px auto;
	display: block;
}

#main .thumbBox p {

	line-height: 16px;	
	padding: 5px;
	text-shadow: 2px 1px 2px #000;	
}

.thumbTitle {
	color: #424129;
	display: block;
	font-size: 12px;
	text-shadow: 1px 1px 1px #DDD4B5;		

}
