#gallery{ 
	width:100%;
}
.gallery_thumb{
	float:left;
	width:128px;
	margin:6px;
	text-align:center;
	background:#FFFFFF;
}
.gallery_thumb img {
	/* width:120px; */
}
.gallery_thumb_box {
	height:90px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
}
.gallery_thumb_text {
	height:30px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.photune_thumb{
	float:left;
	width:150px;
	height:160px;
	margin:5px 12px 10px 10px;
	text-align:center;
	/* background:transparent url(/images/home_pt_frame.png) no-repeat scroll; */
	
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
}
.photune_thumb_bgd {
	background:transparent url(/images/home_pt_frame.png) no-repeat scroll;
	width:148px;
	height:128px;
	float:left;
}
.photune_thumb img {
	/* width:120px; */
}
.photune_thumb_box {
	height:90px;
	overflow:hidden;
	margin-top:19px;
	margin-bottom:20px;
}
.photune_thumb_text {
	height:30px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.comment_area {
	width:590px; 
	height:140px; 
	border-width:1px;
	border-style:solid; 
	background-color:#FFFFFF; 
	border-color:#7C7C7C;
	vertical-align:top;
	padding:3px;
	margin-bottom:15px;
}
