ul.inside_gallery a { color:#ccc;}

ul.inside_gallery a:hover { text-decoration:underline; color:#FFFFFF;}


ul.inside_gallery h3{
	text-align:center;
	color:#FFF; 
	font-size:24px;
	font-weight: bold;
	margin-bottom:5px;
}

.boxgrid{ 
	width: 288px; 
	height: 152px; 
	background:#161613; 
	overflow: hidden; 
	position: relative;
	margin:2px 2px;
	text-align:center;
}
.boxgrid h3{
	font-size:24px;
}			
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 5px 12px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, 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: 120px;
 	left: 0;
 	}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .7; 
	/* 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: 120px;
 	left: 0;
}
				
				