#photogrid {
	padding: 0px;
	border: 0px solid white;
}

#photogrid-image {
	position: relative;
	display: inline-block;
	width: 160px;
	height:160px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	border: 0px solid white;
}

#photogrid-image  img.photogrid-image-p {
    width: 160px;
    height:160px;
    max-height:none;
    max-width: none;
}

#photogrid-image p {
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	width: 160px;
	font-size: 1.5em;
	text-transform: capitalize;
	background: -webkit-linear-gradient(#a86200 0%, #f8a227 100%);
	background: -moz-linear-gradient(#a86200 0%, #f8a227 100%);
	background: -ms-linear-gradient(#a86200 0%, #f8a227 100%);
	background: -o-linear-gradient(#a86200 0%, #f8a227 100%);
}
.phototable {
	text-align: center;
	border: 0px solid white;
}
.phototable td {
	text-align:left;
	border: 0px solid white;
}
.noahref {
	text-decoration: none;
	color: #FFFFFF;
}
/* ============================================== Media 535px ============================================== */
@media screen and (max-width: 535px) {
	#photogrid-image {
		position: relative;
		width: 184px;
		height:184px;
		margin-left: 0px;
		margin-bottom: 5px;
		overflow: hidden;
		border: 0px solid white;
	}
	#photogrid-image  img.photogrid-image-p {
	    width: 184px;
	    height:184px;
	    max-height:none;
	    max-width: none;
	}
	#photogrid-image p {
		position: absolute;
		bottom: 0px;
		color: #FFFFFF;
		margin-bottom: 0px;
		width: 184px;
		font-size: 1.5em;
		background-color: #ac9000;
	}
}

@media screen and (max-width: 460px) {
	#photogrid-image {
		position: relative;
		width: 155px;
		height:155px;
		margin-left: 0px;
		margin-bottom: 5px;
		overflow: hidden;
		border: 0px solid white;
	}
	#photogrid-image  img.photogrid-image-p {
	    width: 155px;
	    height:155px;
	    max-height:none;
	    max-width: none;
	}
	#photogrid-image p {
		position: absolute;
		bottom: 0px;
		color: #FFFFFF;
		margin-bottom: 0px;
		width: 155px;
		font-size: 1.5em;
		background-color: #ac9000;
	}
}