@font-face
{
	font-family: 'MyriadProRegular';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/myriadpro-regular-webfont.eot?') format('eot'),
		url('fonts/myriadpro-regular-webfont.woff') format('woff'),
		url('.fonts/myriadpro-regular-webfont.ttf') format('truetype'),
		url('fonts/myriadpro-regular-webfont.svg') format('svg');
}
#countbox
{
	color: #2f2f2f;
	font-family: Open Sans,sans-serif;
	line-height: 82px;
	margin: 0 auto;
	padding: 0;
}
#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('../images/flip.png');
	background-repeat: no-repeat;
	float: left;
	height: 89px;
	margin: 0 -4px 0 0;
	text-align: center;
	width: 51px;
	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
{
	background-image: url('../images/days_text.gif');
}
#countbox-hours-text
{
	background-image: url('../images/hours_text.gif');
}
#countbox-mins-text
{
	background-image: url('../images/mins_text.gif');
}
#countbox-secs-text
{
	background-image: url('../images/secs_text.gif');
}
table {
    border-collapse: collapse; /* Убираем двойные линии между ячейками */
   }
#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('../images/flip_gradient.png');
	background-repeat: no-repeat;
	display: block;
	height: 89px;
	position: absolute;
	width: 55px;
} /*Скрипт скачан с сайта mywpnote.ru */