div.pw-photo {
}
div.pw-line {
    float:left;
    overflow:hidden;
}
div.pw-crop {
    position: relative;
    overflow: hidden;
}
div.pw-photo a {
	text-decoration: none;
	outline: none;
	border: none;
}
div.pw-photo img {
	background:white;
	border:none;
	outline: none;
	zoom: 1;
}
.pw-photo-hover {
	box-shadow: 		1px 1px 5px #333;			
	-webkit-box-shadow:	1px 1px 5px #333;
	-moz-box-shadow:	1px 1px 5px #333;
}
img.pw-photo-zoomed {
	position: absolute;
	z-index: 100;
	background: white;
	box-shadow: 		1px 1px 5px #333;			
	-webkit-box-shadow:	1px 1px 5px #333;
	-moz-box-shadow:	1px 1px 5px #333;
}


/* clearfix ----------------------------------------------------------------- */
.pw_clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .pw_clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .pw_clearfix { zoom: 1; } 
