/*
thanks to: Brian Williams 
	and his article: http://www.alistapart.com/articles/onionskin
*/
.imgWrap1, .imgWrap2, .imgWrap3 {
	/*display:inline-table;*/
	/* \*/display:block;/**/
	position:relative;
  }
.imgWrap1 {
	float:left;
	background:url(http://localhost/ec/art/images/shadow.body.jpg) right bottom no-repeat;
	position:relative;
	left:;
	top:10px;
 }.imgWrap2 {
	background:url(http://localhost/ec/art/images/shadow.botLeft.jpg) left bottom no-repeat;
 }.imgWrap3 {
	padding:0 8px 8px 0;
	background:url(http://localhost/ec/art/images/shadow.topRight.jpg) right top no-repeat;
 }.imgWrap3 img {
	display:block;
 }.imgWrap4	{
	padding:4px 8px 4px 8px;
	background-color:#FFFFFF;
 }#moneyShot	{
	width:100%;
	padding:0px;
	margin:0px;
 }