.hotellist {
	display: table;
	width: 100%;
}

.hotel_row {
	display: table-row; /* Gecko */
}

.hotel_col {
	display: table-cell;
	padding:0;
	margin: 0 auto;
	width:150px;
	height:170px;
	text-align: center;
	background: url(../images/smallframe.png) center no-repeat;
}
.hotel_col:hover {
	display: table-cell;
	padding:0;
	margin: 0 auto;
	width:150px;
	height:170px;
	background: url(../images/smallframe_o.png) center no-repeat;
}
.hotel_col a {
	text-decoration: none;
	
	font-size: 0.8em;
}
.hotel_col a:hover {

}

.hotel_col a img {
	position:relative; border: none; top: -7px;
}

.hotel_col .trans
{
position:relative; top: 8px; left: 0px;
width:120px;
height:15px;
margin:0 auto;
background-color:#000;
/* for IE */
filter:alpha(opacity=70);
/* CSS3 standard */
opacity:0.7;
z-index:10;
}
.hotel_col .imgage {
	position:relative; top: -9px;;
}
.hotel_col p {
	font-size: 1.0em;
}
.hotel_col .cap {
	position:relative; top: -9px; 
	width:120px;
	height: 24px; 
	margin:0 auto;
}
.hotel_col .cap caption {
	display: table; 
	#position: absolute; #top: 50%;
	height: 24px;         /* makes each box a consistent height */
}
.hotel_col .cap i {
	#position: relative; #top: -50%; vertical-align: middle;
	display: table-cell;
	width:120px;
	height: 24px;
	padding: 0 10px;
	margin:0 auto; 
	font-size: 1.1em;
	color:#bbb;
	text-align: center;
	font-style: normal;
	line-height: 10px;
	overflow:hidden;
}

