@charset "utf-8";
/* CSS Document */

.hgt	{
	height:112px;
	width:112px;
}

.container	{
	/*border:1px solid red;*/
	height:122px;
	/*width:610px;*/
}

#wood_new	{
	height:112px;
	width:112px;
	margin:0;
	margin-right:5px;
}

.loat	{
	float:left;
	margin:auto;
}

div.text_holder{
	position:relative;
	vertical-align:bottom;
	/*margin-top:-112px;*/
	height:35px;
	width:112px;
	margin-left:30px;
}

div.bottom {
  position:relative;
  vertical-align:bottom;
  margin-top:-112px;
}
div.text_holder p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0; 
	padding:0;
  	position:absolute;
  	bottom:0;
	width:112px;
	text-align:center;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url('/images/bg_alpha.png');
  background-repeat:repeat;
}
