
	.boxgrid{ 
				width: 225px; 
				height: 210px; 
				
				background:#1e1d36; 
				border: solid 0px #8399AF; 
				overflow: hidden; 
				position: relative;
				
			}
			.image_container{
				margin:3px 0px 0px 0px ;
			}
			.float_left .boxgrid {
				margin: 0px 15px 10px 0px;
				}
			.float_right .boxgrid {
				margin: 0px 0px 10px 15px;
				}	
	
			.collums_left	{
				float:left; width:239px
			}
			.collums_right	{
				float:right; width:239px
			}	
				
			
p.caption
{
	
}
.img_link
{
	position:absolute;
	z-index:1;
	bottom:20px;
	margin-left:10px;
}	
				
				.boxgrid img{
					
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					z-index:9;
				}
				
				.boxgrid p{ 
					padding:  10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt Tahoma, Geneva, Verdana, sans-serif;; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				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)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
				

