.fc-digitUnit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	margin-right: 3px; /* offset between each unit */
	border: 2px solid #000; /* Set here the border thickness and color for each unit */
	font-family: Myriad Pro, sans-serif; /* The font for the digit which will be used, when you dont use cufon */
	font-size: 60px; /* Set here the size of the font */
	color: #fff; /* Set here the color of the font */
	background:#333!important
}

.fc-digits ul li {
	position: absolute;
	text-align: center;
	padding-top: 2px; /* adjust here the offset of the digits to the top, so its vertically centered */
	padding-left: 2px; /* adjust here the offset of the digits to the left, so its horizontally centered */
}

.fc-colon {
	text-align: center;
	padding-top: 0px; /* adjust here the offset of the colon to the top, so its vertically centered */
	padding-left: 0px; /* adjust here the offset of the colon to the left, so its horizontally centered */
}

.fc-captions {
	position:absolute;
	margin-top:10px; /* Set here the offset between units and the captions */
	font-family: Myriad Pro, sans-serif; /* The font for the captions */
	font-size: 22px; /* Set here the size of the captions */
	color: #000000; /* Set here the color of the captions */
}

.fc-digitOverlay {
	position: absolute;
	background: url('../images/fancyCountdown/overlay.png') repeat-x transparent; /* The relative path to the overlay */
}



/* Do not change from here anything! */

.fc-panel {
	position: relative;
}

.fc-digits {
	position: absolute;
}

.fc-digits ul {
	margin: 0px;
	padding: 0px;
	list-style: none;		
}


/***new additions start***/
.fc-digits ul li { line-height:80px; height:80px;}