/*.photo-set{
	font-size: 0px;
}

.photo-set a{
    display: block;
    float: left;
	font-size: 0px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.photo-set-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	height: 655px;
	width: 655px;
}

.photo-set-decorator{
	position: absolute; 
	width: 140px; 
	height: 80px; 
	margin: 0px;
	padding: 0px;
	background-color: #CCC; 
	z-index: 9999;
	border: 3px solid #5e1020;
}

* html .photo-set-decorator {
    float: left;
}*/