@charset utf-8;
/* CSS Document */
#wrapping {
	width: 308px;
	height:100px;
	background:#333333;
	margin: 0 auto;
	padding-top: 15px;
	padding-left:21px;
	margin-bottom:5px;
}
#clock-ticker {
	display: block;
	margin-bottom: 15px;
}
#clock-ticker .block {
	position: relative;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-right: 15px;
}
#clock-ticker .block .flip-top {
	width: 60px;
	height: 27px;
	line-height: 55px;
	font-size: 30px;
	background: url(../img/flip-tops.png) no-repeat;
	text-align: center;
}
#clock-ticker .block .flip-btm {
	width: 60px;
	height: 27px;
	background: url(../img/flip-btms.png) no-repeat;
	text-align: center;
}
#clock-ticker .block .label {
	color: #fbfbfb;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	width: 60px;
	line-height: 35px;
	text-align: center;
	font-family: "Calibri", Arial, sans-serif;
	text-shadow: 1px 1px 0px #333;
}
