h3{ margin: 2px 2px 0 2px; color:#FFFFFF; font-size:11px; font-weight: bold; text-decoration:none; }
			
			.boxgrid{ 
				width: 137px; 
				height: 190px; 
				margin:4px; 
				float:left; 
				
				border: solid 2px #FFFFFF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute;
					top: 0; 
					left: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Arial", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 50px; 
				width: 138px; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 0px;
 					left: 0px;
 				}
 				.caption .boxcaption {
 					top: 160px;
 					left: 0px;
 				}

.cover {
z-index:2;
}

.detail_link img {
position: static;
border: none;
}



