.wrapx, .wrapy, .wrapz {
  display:inline-table;
  /* \*/display:block;/**/
  }

.wrapx {
  float:left;
  background:url(dshadow2/shadow.gif) right bottom no-repeat;
  }
.wrapy {
  background:url(dshadow2/corner_bl.gif) left bottom no-repeat;
  }
.wrapz {
  padding:0 8px 8px 0;
  background:url(dshadow2/corner_tr.gif) right top no-repeat;
  }
.wrapz img {
  display:block;
  }
.wrapxr {
  float:right;
  background:url(dshadow2/shadow.gif) right bottom no-repeat;
  }

.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
	position:relative;
	}
.wrap1 {
	float:left;
	background:url(dshadow2/shadow.gif) right bottom no-repeat;
	right:50%;
	}
.wrap2 {
	background:url(dshadow2/corner_bl.gif) left bottom no-repeat;
	}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(dshadow2/corner_tr.gif) right top no-repeat;
	}
.centerds {
	width:1%;
  margin-left:50%;
	}

