﻿	#house_body{
	width: 740px;
	margin-left:8px;
	}

	#house_body ul{
		float: left;
		list-style: none;
		width: 740px;
		margin: 0; padding: 0px;
	}

	#house_body li{
		width:107px;
		height:120px;
		float: left;
		display:inline;
		margin-left:8px;
		color: #935972;
	}

	#house_body li .imgdiv{
		width:107px;
		height:80px;
		float: left;
		position: relative;
		overflow:hidden;
	}

	#house_body li img{
		width: 100px;
		border:1px solid #999999;
		background: #f0f0f0;
		position: absolute;
		left: 0; top: 0;
		-ms-interpolation-mode: bicubic;
	}
	
	#house_body li .part1{
	  margin-top:70px !important;
	  margin-top:85px;
		font-size: 10px;
		color: #935972;
		text-align:center;
	}

	#house_body li .part2{
		font-size:10px;
		color:#999999;
		text-align:center;
	}

	.li_content_1{
		text-align: center;
	}
	
	.li_content_1 a{
		display:block;
		float:left;
		width:100px;
		height:75px;
		line-height:75px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}

	.li_content_1 a img{
		float:left;
		width:80px;
		height:60px;
		border:#999999 solid 1px;
		position:absolute;
		top:0px;
		left:15px;
	}
	/* mouse over */
	.li_content_1 a:hover{
			overflow:visible;
			z-index:1000;
			border:none;
	}
	.li_content_1 a:hover img{
			width:150px;
			height:112px;
			top:-35px;
			left:-20px;
	}
