#imgbox .b {
  background:url(../images/b.png);
}

#imgbox .tl {
  background:url(../images/tl.png);
}

#imgbox .tr {
  background:url(../images/tr.png);
}

#imgbox .bl {
  background:url(../images/bl.png);
}

#imgbox .br {
  background:url(../images/br.png);
}

#imgbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  
}

#imgbox .popup {
  position: relative;z-index: 100;
  top:100px;

}


#imgbox table {
  margin: auto;
  border-collapse: collapse;
}

#imgbox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#imgbox .loading {
  text-align: center;
}

#imgbox .image {
  text-align: center;
}

#imgbox img {
  border: 0;
}

#imgbox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#imgbox .tl, #imgbox .tr, #imgbox .bl, #imgbox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#zoom
{
	width:219px;
	height:156px;
	padding:8px 11px 31px 9px;
	margin-right:8px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/bck_imgs.gif);
	background-repeat:no-repeat;
}
#zoom img 
{
	width:218px;
	height:156;
	border:none;
	
}
 #zoom:hover 
{
		background-image:url(../images/bck_imgs-h.gif);
	background-repeat:no-repeat;

	
}
