@charset "utf-8";
.thumbBox {
	width: 150px;
	height: 150px;
	
	float: left;
	background-color: #4F4F4F;
	
	margin: 10px;
	padding: 10px;
	
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #4F4A4A;
	border-left: 1px solid #4F4A4A;	
	
	font-size: 10px;
	color: fff;	
}


.thumbBox img {
	border: 1px solid #333333;
	margin: 5px auto;
	display: block;
	border-top: 1px solid #AAAAAA;
	

}
#main .thumbBox p {

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

.thumbTitle {
	color: #B0DE57;
	display: block;
	font-size: 12px;
	text-shadow: 2px 1px 2px #000;		

}
