#content {
	padding: 0 20px;
}
li.section{
	list-style-type: none;
	clear:both;
}
li.section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9F7B00;
	
	text-decoration: none;
	border: none;
	border-bottom: 1px #666 solid;

	padding-top: 20px;
	margin-bottom: 10px;

}
ul.realtour_list {
/*	border: 1px #c00 dashed;*/
	min-height: 150px;
	min-width: 150px;
	float: left;
}
li.realtour{
	display:block;
	float:left;
	
	height:120px;
	width:120px;
	

	margin: 10px;

	z-index: 1;
}

.realtour_box{
	position:relative;
	/*display: block;*/
	width: 120px;
	height: 120px;
	background-image: url(../img/realtour_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.realtour_title {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
	text-align:center;
	height: 22px;
	line-height: 11px;
}

.realtour_image {
	position:absolute;
	display: block;
	width: 100px;
	height: 50px;
	left: 11px;
	top: 31px;
}

.realtour_image a img{
	display:block;
	width: 100px;
	height: 50px;
}

.realtour_web_link {
	position:absolute;
	display: block;
	left:25px;
	top:94px;
	height:18px;
	width:33px;
	/*background-image: url(../img/web_btn.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	
}

.realtour_hd_link {
	position:absolute;
	display:block;
	left:64px;
	top:94px;
	height:18px;
	width:33px;
	background-image: url(../img/hd_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}

.realtour_web_link a,
.realtour_hd_link a {
	position:absolute;
	display: block;
	width: 33px;
	height: 18px;
}

.realtour_web_link a span,
.realtour_hd_link a span{
	display: none;
	visibility: visible;
}

