#counter {
	width: 205px;
	font-size: 14px;
	color: #f8f8f8;
	font-weight: normal;
	margin: 0 auto;
	
	line-height: 20px;
	overflow: hidden;
}

#counter p {
	float: left;
	padding: 0;
	margin: 0 7px 0 4px;
	color: #2d2d2d;
	text-shadow: 0 1px 0 #dcefef;
}

#counter div {
	float: left;
	position: relative;
	margin: 0 3px 0 0;
	padding: 0;
	background: #2d2d2d url(images/separator.jpg) center left repeat-x;
	border: 1px solid #222;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

#counter div::before, #counter div::after {
	content: "";
    position: absolute;
    bottom: -4px;
    left: 1px;
    right: 1px;
    top: 0;
    z-index: -1;
    background: #2d2d2d;
     border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29,29,29,0)), to(rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: -moz-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: -ms-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: -o-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
}

#counter div::after {
    left: 2px;
    right: 2px;
    bottom: -7px;
    z-index: -2;
	-moz-box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
	box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
}

.digit { width: 15px; position: absolute; top:0; left:0; padding:0; }

#counter div p {
	position: relative; width: 15px; height: 20px;line-height: 20px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	border: 0;
	border-top: 1px solid #4e4e4e;
	color: #f8f8f8;
	text-shadow: 1px 1px 0 #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29,29,29,0)), to(rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: -moz-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: -ms-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: -o-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
	background-image: linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
}


#countertext {
	width: 205px;
	margin: 0 auto;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

#countertext .days, #countertext .hours, #countertext .minutes, #countertext .seconds {
	float: left;
}

#countertext .days {
	margin: 0 0 0 5px;
}
#countertext .hours {
	margin: 0 0 0 20px;
}
#countertext .minutes {
	margin: 0 0 0 25px;
}
#countertext .seconds {
	margin: 0 0 0 30px;
}
