.boxgrid{ 
   width: 322px; 
   height: 180px; 
   background: url('/i/block-sore.png') top left no-repeat;
   float: left;
   overflow: hidden; 
   position: relative; 
   cursor: pointer;
}
   .boxgrid img{ 
      position: absolute; 
      top: 8px; 
      left: 10px; 
      border: 0; 
   }
   
.boxcaption{ 
   float: left; 
   position: relative; 
   background: #fff; 
   top: 78px;
   left:10px;
   height: 65px; 
   width: 294px; 
   font-size: 16px;
   line-height: 20px;
   padding: 6px 0 0 0;
   cursor: pointer;
   opacity: .8; 
   /* For IE 5-7 */
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   /* For IE 8 */
   -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.corner_top_left { 
   background: url('/i/u_v_l.png') top left no-repeat;
   position: absolute; 
   top: 8px; left: 10px;
   width:7px; height: 7px;
}

.corner_top_right { 
   background: url('/i/u_v_r.png') top left no-repeat;
   position: absolute; 
   top: 8px; left: 297px;
   width:7px; height: 7px;
}

.corner_bot_left { 
   background: url('/i/u_n_l.png') top left no-repeat;
   position: absolute; 
   top: 141px; left: 10px;
   width:7px; height: 7px;
}

.corner_bot_right { 
   background: url('/i/u_n_r.png') top left no-repeat;
   position: absolute; 
   top: 141px; left: 297px;
   width:7px; height: 7px;
}

.boxcaption p { margin: 0 0 0 20px; }
.boxcaption strong, .boxcaption span { color: #FF0000; }
.boxwrapper { margin: 0; width: 314px; height: 160px; overflow: hidden; }
