		

			body{  }
			a{ color:#C8DCE5; }
			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: 182px;  /*ความกว้างของรูป +2 สำหรับcss กรอบรูป*/ 
				height: 254px;  /*ความสูงของรูป +2 สำหรับcss กรอบรูป*/
				/*margin:10px; */
				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: 80px; /*ความสูงกรอบดำ*/
	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:254px; /*ระยะซ่อนความสูงของกรอบดำ*/
	left: 0;
 				}
 				.caption .boxcaption {
 					top: 0px;
 					left: 0;
 				}
