
#countdown{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown #tiles{
	position:relative;
	z-index:1}
#countdown #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}
	
/* COUNTDOWN 2 */	
	
	#countdown-2{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-2:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-2:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-2 #tiles{
	position:relative;
	z-index:1}
#countdown-2 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-2 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-2 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-2 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-2 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}
	
	/* COUNTDOWN 3 */	
		
	#countdown-3{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-3:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-3:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-3 #tiles{
	position:relative;
	z-index:1}
#countdown-3 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-3 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-3 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-3 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-3 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}	
	
	
/* COUNTDOWN 4 */	
	
	#countdown-4{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-4:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-4:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-4 #tiles{
	position:relative;
	z-index:1}
#countdown-4 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-4 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-4 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-4 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-4 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}


/* COUNTDOWN 5 */	
	
	#countdown-5{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-5:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-5:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-5 #tiles{
	position:relative;
	z-index:1}
#countdown-5 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-5 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-5 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-5 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-5 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}	
	
	
/* COUNTDOWN 6 */	
	
	#countdown-6{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-6:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-6:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-6 #tiles{
	position:relative;
	z-index:1}
#countdown-6 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-6 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-6 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-6 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-6 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}	
	
/* COUNTDOWN 7 */	
	
	#countdown-7{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-7:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-7:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-7 #tiles{
	position:relative;
	z-index:1}
#countdown-7 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-7 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-7 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-7 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-7 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}	
	
	
/* COUNTDOWN 8 */	
	
	#countdown-8{
	width: 100%;
    height: 160px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#222,#333,#333,#222);
    background-image: -moz-linear-gradient(top,#222,#333,#333,#222);
    background-image: -ms-linear-gradient(top,#222,#333,#333,#222);
    background-image: -o-linear-gradient(top,#222,#333,#333,#222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown-8:before{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	left:-10px}
#countdown-8:after{
	content:"";
	width:8px;
	height:65px;
	background:#444;
	background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);
	background-image:-moz-linear-gradient(top,#555,#444,#444,#555);
	background-image:-ms-linear-gradient(top,#555,#444,#444,#555);
	background-image:-o-linear-gradient(top,#555,#444,#444,#555);
	border:1px solid #111;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	position:absolute;
	top:48px;
	right:-10px}
#countdown-8 #tiles{
	position:relative;
	z-index:1}
#countdown-8 #tiles > span{
	width:92px;
	max-width:92px;
	font:bold 38px 'Droid Sans',Arial,sans-serif;
	text-align:center;
	color:#111;
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,#bbb,#eee);
	background-image:-moz-linear-gradient(top,#bbb,#eee);
	background-image:-ms-linear-gradient(top,#bbb,#eee);
	background-image:-o-linear-gradient(top,#bbb,#eee);
	border-top:1px solid #fff;
	border-radius:3px;
	box-shadow:0 0 12px rgba(0,0,0,0.7);
	margin:0 7px;
	padding:18px 0;
	display:inline-block;
	position:relative}
#countdown-8 #tiles > span:before{
	content:"";
	width:100%;
	height:13px;
	background:#111;
	display:block;
	padding:0 3px;
	position:absolute;
	top:41%;
	left:-3px;
	z-index:-1}
#countdown-8 #tiles > span:after{
	content:"";
	width:100%;
	height:1px;
	background:#eee;
	border-top:1px solid #333;
	display:block;
	position:absolute;
	top:48%;
	left:0}
#countdown-8 .labels{
	width:100%;
	height:25px;
	text-align:center;
	position:absolute;
	bottom:8px}
#countdown-8 .labels li{
	width:95px;
	font:bold 15px 'Droid Sans',Arial,sans-serif;
	color:#f47321;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	display:inline-block}
	