.special {
	position:absolute;
	float:right;
	width:420px;
	height:247px;
	background-image: url(../images/special_offer_bg.png);
    background-repeat: no-repeat;
	
	cursor:pointer;
	
}
#counter {
	position:absolute;
	top:135px;
	right:150px;
	z-index:4000;
}

.digit-separator {position: relative; float: left; width: 11px; height: 22px; overflow: hidden; background-image: url(../images/digit_separator.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.digit {
	background-image:url(../images/digits.png);
	
}

