		#infobox_container1, #infobox_container2, #infobox_container3, #infobox_container4  {
			width: 312px;
			float: left;
			margin: 10px;
			position:relative;
			background: transparent url(../images/front/boxes/box_sides.jpg) repeat-y;
		}
		#infoboxes{
			/* float:left;
			margin-left: 248px;
			width: 700px; */
		}
		#infobox_container1, #infobox_container2 {
			z-index:99;
		}
		
		#infobox_container3, #infobox_container4 {
			z-index:1;
		}
		
		.infobox_title {
			background: #d2e7ec url(../images/front/boxes/box_top.jpg) no-repeat;
			padding-top: 6px;
			padding-left: 19px;
			color: #8a6022;
			font-size: 18px;
			height:27px;
		}
		.infobox_content {
			min-height:108px;
			_height: expression(this.scrollHeight < 108? "110px":"auto"); 
			padding: 12px;
			padding-left: 19px;
			color: #666;
			font-size: 14px;
			background: transparent url(../images/front/boxes/box_bottom.jpg) bottom left no-repeat;
		}
		#infobox_img1 {
			padding: 0 1px;
			background: #d6e0e2;
			border-bottom: 8px solid #a50000;
		}
		#infobox_img2 {
			padding: 0 1px;
			background: #d6e0e2;
			border-bottom: 8px solid #6599cc;
		}
		#infobox_img3 {
			padding: 0 1px;
			background: #d6e0e2;
			border-bottom: 8px solid #99cc66;
		}
		#infobox_img4 {
			padding: 0 1px;
			background: #d6e0e2;
			border-bottom: 8px solid #990066;
		}
		
		#sh_container1, #sh_container2, #sh_container3, #sh_container4 {
			position: absolute;
			bottom:12px;
			right: 8px;
			margin-top: 8px;
			float: right;
		}
		
		#hidden_text1, #hidden_text2, #hidden_text3, #hidden_text4 {
			display:none;
		}