/* ---------- Photo Gallery styles ----------------------- */

.photo {
		margin: 20px;
		position: relative;
		width: 152px;
		height: 110px;
		float: left;
	}
	.photo img {
		background: #fff;
		border: solid 1px #ccc;
		padding: 4px;
	}
	.photo span {
		width: 161px;
		height: 117px;
		display: block;
		position: absolute;
		top: -5px;
		left: -5px;
		background: url(/persistent/imgs/cutCorner2.png) no-repeat;
	}
	.photo a {
		text-decoration: none;
	}

