.top-tiesers {
	/*margin-top: 20px;*/
	height: 150px;
	font-size: 12px;
	text-align: center;
	}
	.top-tiesers .advert a {
		color: #555;
		}
	.tieser .image-holder,
	.tieser .image-holder .image-mask {
		display: block;
		/*width: 100px;*/
		height: auto;
		}
	.tieser .image-holder {
		overflow: visible;
		position: relative;
		margin: 0 auto 6px;
		}
	.tieser .image-holder .image-mask {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		background: transparent url('/design2012/img/tieser-mask.png') 0 0 no-repeat scroll;
		}
	.tieser .image-holder img {
		/*width: 100px;*/
		/*height: 100px;*/
		position: absolute;
		top: 0px;
		left: 0px;
		border: none;
		}
	.tieser .hotel-type {
		color: #6A7780;
		font-size: 11px;
		display:none;
		line-height: 12px;
		white-space: nowrap;
		}
	.tieser .hotel-name {
		line-height: 12px;
		margin: 0 0 6px;
		}
	.tieser .hotel-location {
		display:none;
		color: #709F47;
		height: 16px;
		line-height: 13px;
		}

.top-tiesers.on_homepage .hotel-type {
  display: block;
}