<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.credit{text-align:center;padding: 20px 0 100px;font-size:10px;}

/*-æ&nbsp;¸å¿ƒä»£ç&nbsp;-*/
/* demo style */
.special {
	position: relative;

	width: 300px;
	height:74px;
	background-image: url(../images/special_offer_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	cursor: pointer;
}
#counter {
	position:absolute;
	top:0px;
	left:0px;
	z-index:4000;
}

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

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

#shading {
	background-image: url(../images/sprites.png);
	background-position: 0px -396px;
	background-repeat: repeat-x;
	float: left;
	height: 44px;
	position: absolute;
	width: 291px;	
	z-index:4100;
	top:0;
	left:0;
}
</pre></body></html>