#bc_module_countdown {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
}

#bc_module_countdown div {
	text-align: center;
}

.bc_module_countdown_top {
	position: relative;
}

.bc_module_countdown_bottom {
	position: relative;
}

.bc_module_countdown_float {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bc_module_countdown_image {
	border-style: none;
	width: 31px;
	height: 7px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url("../images/countdown/LtoR_sw_orange.png");
	background-color: transparent;
	text-align: center;
}

.bc_module_countdown_image1 {
	background-position: 0px 0px;
}

.bc_module_countdown_image2 {
	background-position: 0px -7px;
}

.bc_module_countdown_image3 {
	background-position: 0px -14px;
}

.bc_module_countdown_image4 {
	background-position: 0px -21px;
}

.bc_module_countdown_image5 {
	background-position: 0px -28px;
}