.pngShadow {
  z-index:10000;
  position:absolute;
}

.pngShadow .top .top-left{
  height:59px; width:128px; float:left;  background-image:url('/imgs/shadow/shadow_01.png');
}

.pngShadow .top .top-right{
  height:59px; width:127px; float:right;  background-image:url('/imgs/shadow/shadow_04.png');
}

.pngShadow .top .top-center{
  height:59px; margin:0px 127px 0px 128px; background-image:url('/imgs/shadow/shadow_02.png');
}

.pngShadow .center .center-left {
  width:65px; float:left; margin-bottom:62px;
}

.pngShadow .center .center-left  .center-left-top {
height:62px; width:65px; float:left;  background-image:url('/imgs/shadow/shadow_03.png'); 
}

.pngShadow .center .center-left  .center-left-center {
 width:65px; float:left; background-image:url('/imgs/shadow/shadow_06.png');
}

.pngShadow .center .center-left  .center-left-bottom {
height:62px; width:65px; float:left;  background-image:url('/imgs/shadow/shadow_08.png');
}

.pngShadow .center .center-right {
  width:65px; float:right; margin-bottom:62px;
}

.pngShadow .center .center-right  .center-right-top {
height:62px; width:65px;float:left;  background-image:url('/imgs/shadow/shadow_05.png');
}

.pngShadow .center .center-right  .center-right-center {
/*height:{$smarty.get.y-62}px;*/ width:65px; float:left; background-image:url('/imgs/shadow/shadow_07.png');
}

.pngShadow .center .center-right  .center-right-bottom {
height:62px; width:65px; float:left; background-image:url('/imgs/shadow/shadow_09.png'); 
}

.pngShadow .center .center-center {
  margin:0px 65px 0px 65px;  /*background-color:white;*/
}

.pngShadow .bottom {
	/*border:1px red solid;*/
}

.pngShadow .bottom .bottom-left{
  height:59px; width:127px; float:left; margin-right:-3px; background-image:url('/imgs/shadow/shadow_10.png'); /*border:1px red solid;*/
}

.pngShadow .bottom .bottom-right{
  height:59px; width:127px; float:right; margin-left:-3px;  background-image:url('/imgs/shadow/shadow_11.png'); /* border:1px red solid;*/
}

.pngShadow .bottom .bottom-center{
  height:59px; margin:0px 127px 0px 127px; background-image:url('/imgs/shadow/shadow_12.png'); /*border:1px red solid;*/
}

div.hr-clear-shadow {
  clear:both;
  font-size:1px;
  height:0px;
  line-height:1px;
  margin:0px;
  padding:0px;
  visibility:hidden;
}
