
/*用於房間photo*/
.image-list {
	background-image: url(../images_homestay/pic_outline.png);
	width: 192px;
	height: 170px;
	margin-bottom: 3px;
	margin-right: 3px;
	float: left;
}
.photo {
	padding: 5px;
}
.image-list img {
  border:1px solid #999;
  padding:6px;
  background:#fff;
}
.photo-title {
	clear: both;
	height: auto;
	padding-left: 10px;
	padding-top: 2px;
	width: 192px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F39;
	text-align: center;
}
.photo-title a:link,a:visited{
	text-decoration: none;
	color: #F39;
}
.photo-title a:hover{
	text-decoration: underline;
	color: #F39;
}
.room-title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F39;
}
.room-title a:link,a:visited{
	text-decoration: none;
	color: #F39;
}
.room-title a:hover{
	text-decoration: underline;
	color: #F39;
}
.float-left{
	float:left;
	}

.imgborder6{
  border:1px solid #999;
  padding:6px;
  background:#fff;
}
.imgborder8{
  border:1px solid #999;
  padding:6px;
  background:#fff;
}
