#featuredListingsWidget strong {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
#featuredListingsWidget {
	position: relative;
	top: 0;
	left: -15px;
	height: 274px;
	width: 258px;
	background: url("./Default.png");
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: default;
	display: block;
}
#flw_image, #flw_image_static {
	position: absolute;
	top: 64px;
	left: 29px;
	width: 200px;
	height: 133px;
	cursor: pointer;
}
#flw_goBack {
	position: absolute;
	left: 180px;
	top: 25px;
	cursor: pointer;
	z-index: 3;
}
#flw_goNext {
	position: absolute;
	right: 29px;
	top: 25px;
	cursor: pointer;
	z-index: 3;
}
#flw_priceBlock {
	position: absolute;
	top: 202px;
	left: 27px;
	right: 27px;
	bottom: 57px;
	font-size: 13px;
}
#flw_priceBlock.link {
	text-align: center;
	margin-top:10px;
}
#flw_priceBlock.link a, #flw_priceBlock.link a:hover {
	text-decoration: none;
}
#flw_locationBlock {
	position: absolute;
	top: 220px;
	left: 27px;
	right: 27px;
	height: auto;
	font-size: 13px;
}
#featuredListingsWidget .a {
	cursor: pointer;
}