@charset "UTF-8";
/* CSS Document */
			
.boxgrid { 
	width: 270px; 
	height: 176px; 
	margin:10px 8px 0px 20px; 
	float:left; 
	background:#333; 
	border: solid 1px #999; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p { 
	color:#fd9ecc; 
}

.boxgrid a { 
	color:#e1077d;
	text-decoration:none;
}

.boxgrid a:hover { 
	text-decoration:underline;
}
				
.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;
 }
 
 /*--------------------------------------*/

.boxgrid2 { 
	width: 150px; 
	height: 150px; 
	margin:10px 8px 0px 20px; 
	float:left; 
	background:#333; 
	border: solid 1px #999; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid2 img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid2 p { 
	color:#999;
	margin-left:10px;
}

.boxgrid2 a { 
	color:#e1077d;
	text-decoration:underline;
}

.boxgrid2 a:hover { 
	text-decoration:underline;
}
				
.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;
 }
 
 


