@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;
	margin:0l;
	padding:0;
}
.content {
	padding:0 0;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	height:180px;
	overflow:hidden;
}
.property-detail {
	position:absolute;
}
.property-detail img {
	padding:2px;
	width:250px;
	height:150px;
	border:1px solid #cacaca;
}
.property-detail .col-1, .property-detail .col-2 {
	padding-left:25px;
	float:left;
	width:250px;
}
.property-detail .col-2 {
	margin:0 10px 0 0;
	width:300px;
	min-height:50px;
	font-size:12px;
	line-height:17px;
}
.thumbnail 
{
	position:relative;
	top:100px;
	width:675px;
	margin:0;
	float:right;
}
.btn-previous {
	display:block;
	margin:20px 15px 0 15px;
	width:22px;
	height:22px;
	float:left;
	background:url(images/btn_pre.gif) no-repeat;
}
.btn-next {
	display:block;
	margin:20px 15px 0 15px;
	width:22px;
	height:22px;
	float:right;
	background:url(images/btn_next.gif) no-repeat;
}
.thumbimage {
	position:relative;
	margin:0 14px;
	float:left;
	height:100px;
}
.thumbimage img {
	padding:2px;
	border:none;
	width:78px;
	height:50px;
	border:1px solid #cacaca;
}
.tabfooterbox {
	padding:5px;
	background:url(../Images/tabbox_bottom.gif) 0 0 no-repeat;
}
