.ft_sale-time {
	background-image: url(/sitestyle/images/SPRITE-SALE-small.jpg);
	height: 93px;
	width: 183px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: right;
	margin-bottom:11px;
}
.ft_sale-time h4 {
	width: 183px;
	position: absolute;
	text-align: center;
	left:0px;
	top: 42px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.ft_sale-time div {
	position: absolute;
	right: 5px;
	top: 28px;
	width: 110px;
	line-height: 1.3em;
	font-size:10px;
	color:#979069;
}
.ft_sale-time a {
	background-image: url(/sitestyle/images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 14px;
	color: #FFFFFF;
	position: absolute;
	right:6px;
	top:74px;
}

.ft_sale-time a:hover {
	background-image: url(/sitestyle/images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 14px;
	color: #000000;
	text-decoration: none;

}

