@font-face
{
	font-family: 'MyriadProRegular';
	font-style: normal;
	font-weight: normal;
	src: url('../img/timer/myriadpro-regular-webfont.eot?') format('eot'),
		url('../img/timer/myriadpro-regular-webfont.woff') format('woff'),
		url('../img/timer/myriadpro-regular-webfont.ttf') format('truetype'),
		url('../img/timer/myriadpro-regular-webfont.svg#webfontZPnuZIZf') format('svg');
}
#countbox
{
    color: #2f2f2f;
    font-family: MyriadProRegular,Helvetica,sans-serif;
    font-size: 69px;
    height: 106px;
    line-height: 82px;
    margin: 0 auto;
    padding: 0;
    width: 436px;
}
#countbox .countbox-num
{
	float: left;
}
#countbox .countbox-space
{
	float: left;
	height: 90px;
	width: 8px;
}
#countbox-days1,#countbox-hours1,#countbox-mins1,#countbox-secs1,#countbox-days2,#countbox-hours2,#countbox-mins2,#countbox-secs2
{
	background-image: url('../img/timer/flip.png');
    background-repeat: no-repeat;
    float: left;
    height: 89px;
    margin: 0 -4px 0 0;
    text-align: center;
    width: 55px;
    z-index: 1;
}
#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text
{
    background-position: center;
    background-repeat: no-repeat;
    height: 14px !important;
    margin-top: 90px;
    position: absolute;
    width: 106px;
}
#countbox-days-text
{
    height: 15px;
	background-image: url('../img/timer/days_text.gif');
}
#countbox-hours-text
{
    height: 15px;
	background-image: url('../img/timer/hours_text.gif');
}
#countbox-mins-text
{
    height: 15px;
	background-image: url('../img/timer/mins_text.gif');
}
#countbox-secs-text
{
    height: 15px;
	background-image: url('../img/timer/secs_text.gif');
}
#countbox-days1 span, #countbox-days2 span, #countbox-hours1 span, #countbox-hours2 span, #countbox-mins1 span, #countbox-mins2 span, #countbox-secs1 span, #countbox-secs2 span
{
	background: url('../img/timer/flip_gradient.png');
    background-repeat: no-repeat;
    display: block;
    height: 89px;
    position: absolute;
    width: 55px;
}