.alphagrid h2 {
	margin-top: 20px;
	text-transform: none;
}
.alphagrid p {
	margin-top: 20px;
	font-size: 13px;
}
	.alphagrid p i {
		font-size: 17px;
		margin-left: 7px;
	}

.boxbutton {
	margin-top: 20px;
	border: 1px solid #999;
	background-color: #e5e5e5;
}
	.boxbutton:hover {
		background-color: #ff00a8;
		border: 1px solid #ff00a8;
	}

.lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: black;
	background: rgba(0,0,0,0.7);
}
.lightbox img {
	max-width: 100%;
	max-height: 95%;
	margin-top: 1%;
}
.lightbox:target {
	display: block;
	outline: none;
}

.imageblock {
	
}
	.imageblock h1 {
		font-family: 'uninstaregular', helvetica, arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		margin: 10px 0px 10px 0px;
	}
		.imageblock h1 a, .imageblock h1 a:hover {
			text-decoration: none;
			color: #333;
			cursor: pointer;
		}
		.imageblock h1 .count {
			color: #aaaaaa;
		}
	.imageblock ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.imageblock li {
		display: inline;
		margin: 0px;
		padding: 0px;
		width: 70px;
		height: 105px;
	}
	.imageblock li img {
		width: 70px;
		height: 105px;
		margin-left: 5px;
		margin-bottom: 5px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
	}
		.imageblock li img:hover {
			cursor: pointer;
		}
