h4{
	color:#FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-transform: capitalize;
}
			
			.boxgrid{
	width: 195px;
	height: 195px;
	float:left;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
				}
				
			.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)";
 			}
.boxcaption a:link ,.boxcaption a:active,.boxcaption a:visited{
	color: #B782C4;
	text-decoration: underline;
}
.boxcaption a:hover {
	color: #FFF;
	text-decoration: underline;
}

 				.captionfull .boxcaption {
	top: 195px;
	left: 0;
 				}
 				.caption .boxcaption {
	top: 195px;
	left: 0;
 				}
				
	div#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 0px;
	width: 1px;
	}

