h3{ margin: 2px 2px 0 2px; color:#FFFFFF; font-size:11px; font-weight: bold; text-decoration:none; }
			
			.boxgrider{ 
				width: 160px; 
				height: 230px; 
				margin:7px; 
				float:left; 
				
				border: solid 2px #FFFFFF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrider img{ 
					position: absolute;
					top: 0; 
					left: 0; 
				}
				.boxgrider p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Arial", Arial, sans-serif; 
				}
				
			.boxcaptioner{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 50px; 
				width: 160px; 
				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 .boxcaptioner {
 					top: 0px;
 					left: 0px;
 				}
 				.captioner .boxcaptioner {
 					top: 180px;
 					left: 0px;
 				}

.coverer {
z-index:2;
}

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







