
.countdownWrap {
	width: 760px;
	height: 217px;
	margin: 0 auto;
	position: relative;
	top: -2px;
	padding-top: 2px;
}
.countdownTitle {
	width: 240px;
	height: 17px;
	background: url(../img/footer_title.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.countdownCells {
	width: 592px;
	height: 156px;
	margin: 18px auto 0 auto;
	overflow: hidden;
}
.countdownCell {
	width: 123px;
	height: 156px;
	float: left;
	position: relative;
	overflow: hidden;
}
.countdownCell.double {
	width: 149px;
}
.countdownCellLeft {
	width: 26px;
	height: 80px;
	background: url(../img/countdown_cell_left.png);
	background-repeat: no-repeat;
	float: left;
}
.countdownCellRight {
	width: 26px;
	height: 80px;
	background: url(../img/countdown_cell_right.png);
	background-repeat: no-repeat;
	float: right;
}
.countdownCellMiddle {
	overflow: hidden;
	height: 80px;
	background: url(../img/countdown_cell_middle.png);
	background-repeat: repeat-x;
	text-align: center;
}
.countdownCellContent {
	width: 100%;
	height: 80px;
	position: absolute;
	text-align: center;
	top: 0;
}
.countdownCellContent h1 {
	font-size: 50px;
	font-weight: bold;
	color: #161616;
	text-shadow: #979797 0 1px 0;
	letter-spacing: -4px;
	margin-top: 20px;
	padding-right: 6px;
}
.countdownCellContent h2 {
	font-size: 18px;
	color: #1e1e1e;
	text-shadow: #979797 0 1px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 35px;
	
}
.countdownCellShadow {
	height: 24px;
	overflow: hidden;
	position: relative;
	top: -4px;
}
.countdownCellShadowLeft {
	width: 56px;
	height: 24px;
	background: url(../img/countdown_cell_shadow_left.png);
	background-repeat: no-repeat;
	float: left;
}
.countdownCellShadowRight {
	width: 56px;
	height: 24px;
	background: url(../img/countdown_cell_shadow_right.png);
	background-repeat: no-repeat;
	float: right;
}
.countdownCellShadowMiddle {
	height: 24px;
	background: url(../img/countdown_cell_shadow_middle.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
