		

			body{  }
			a{ color:#dfc7b3; }
			h3{
	color:#FFF;
	font:12px Trebuchet MS,Tahoma;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
			
			.boxgrid{
	width: 202px;  /*ความกว้างของรูป +2 สำหรับcss กรอบรูป*/
	height: 202px;  /*ความสูงของรูป +2 สำหรับcss กรอบรูป*/
	margin:11px;  /*ระยะจากกรอบ 7*/
	float:left;
	background:#161613;
	border: solid 1px #FFF;
	overflow: hidden;
	position: relative;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 1px solid #E8E8E8;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #322b23;
	height: 50px; /*ความสูงกรอบดำ*/
	width: 100%; /*ความกว้างกรอบดำ*/
	opacity: .8;

				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding: 5px; /*ซ้ายขวาบนล่างตัวหนังสือ*/

 			}
 				.captionfull .boxcaption {
	top:202px; /*ระยะซ่อนความสูงของกรอบดำ+2*/
	left: 0px;
 				}
 				.caption .boxcaption {
 					top: 0px;
 					left: 0;
 				}
