#gmap {
    margin: 10px auto auto auto;
    width: 960px;
    height: auto;
}
#gmap h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#gmap_box {
    width: 960px;
    height: auto;
}
#map {
	width: 954px;
	height: 370px;
	border: 1px solid #bbb;
}
#photo_list {
	width: 960px;
  height: auto;
  margin-top:20px;
}

#results {
  margin: 20px auto;
  width: 960px;
  height: auto;
}

#results #results_list {
	overflow: hidden;
  margin-bottom: 20px;
  height: auto;
  margin-left:-17px;
  width:977px;
}

/**********************************************results_listbox*****/
#results #results_list_ph {
	background: #F8F7F3 url('../img/loading.gif') center center no-repeat;
	border-collapse: collapse;
	margin:0px 0px 20px 17px;
	border: 1px solid #D7D3BD;
	width: 120px;
	height: 120px;
	float: left;
}
#results #results_list_ph p {
	margin-bottom:1px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 120px !important;
	width: auto;
	height: 120px !important;
	height: auto;
}

#results #results_list_ph p a img {
	margin:auto auto;
	display: none;
}

/********************************IE6?n?b?N*****/
* html #results #results_list_ph {
	display: inline;
	text-align: center;
	vertical-align: text-top;
	line-height: 118px;
	overflow: hidden;
	margin:0px 0px 20px 17px;
	zoom: 1;

	}
* html #results #results_list_ph span {
	display: inline-block;
	}
* html #results #results_list_ph p {
	vertical-align: middle;
	display: inline;
	zoom: 1;
	}
	
/*******************/
/**************************************IE7***/

*:first-child+html #results #results_list_ph {
	display: inline;
	text-align: center;
	vertical-align: text-top;
	line-height: 120px;
	overflow: hidden;
	zoom: 1;
	}
*:first-child+html #results #results_list_ph span {
	display: inline-block;
	}
*:first-child+html #results #results_list_ph p {
	vertical-align: middle;
	display: inline;
	width: auto;
	height: auto;
	font-size: 102px;
	zoom: 1;
	margin-top: 0px;
	}


/***********************/


p.retune_button {
	float: left;
	border: 1px solid #AAA;
	background-color: #EEE;
}
p.retune_button a {
	text-decoration:none;
	background-color: #EEE;
	padding: 5px;
	width: 110px;
	display: block;

}
p.retune_button a:hover {
	text-decoration:underline;
	background-color: #FFF;
}
