/*

!!!!!!!!!!! NOTE: All style sheets which are commented could be customize by you. The other should not be touched, if you dont know how to handle it!!!!!!!!!!!!!!
 
*/

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

.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:5px; /* Set here the offset between units and the captions */
    font-family: 'Crete Round', serif;	
     font-size: 13px; /* Set here the size of the captions */
	color: #CCCCCC; /* Set here the color of the captions */
}

.fc-digitOverlay {
	position: absolute;
}



/* Do not change from here anything! */

.fc-panel {
	position: relative;
}

.fc-digits {
	position: absolute;
}

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