/* Onion Skinned Drop Shadows */
/* by Brian Williams */
/* http://alistapart.com/issues/182/ */
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
	} 
.wrap1 {
	float:left;
	background:url(/gfx/shadow.png) right bottom no-repeat;
	}
.wrap2 {
	background:url(/gfx/corner_bl.png) -4px 100% no-repeat;
	}
.wrap3 {
	padding:0 16px 16px 0;
	background:url(/gfx/corner_tr.png) 100% -4px no-repeat;
	}
.wrap3 img {
	display:block;
	border:1px solid white;
	/*border-color:#efefef #ccc #ccc #efefef;*/
	}
