@charset "utf-8";

/* countdown
------------------------------------------------------------*/
#countdown {
	position: relative;
	display: block;
	width: 300px;
	height: 56px;
	background: url(../../img/bg_countdown.png) no-repeat top 5px left #ffc000;
	float: right;
	top: 0;
}
#countdown #day {
	position: absolute;
	top: 12px;
	left: 138px;
}
#countdown #hour {
	position: absolute;
	top: 12px;
	left: 192px;
}
#countdown #minute {
	position: absolute;
	top: 12px;
	left: 227px;
}
#countdown #second {
	position: absolute;
	top: 12px;
	left: 261px;
}
#countdown div.count {
	display: block;
	float: left;
	width: 14px;
	height: 25px;
	background: url(../../img/countdownLED.gif) no-repeat 0px 0px;
}
/*en*/
#countdown.en {
	width: 245px;
}
#countdown.en #day {
	left: 82px;
}
#countdown.en #hour {
	left: 136px;
}
#countdown.en #minute {
	left: 170px;
}
#countdown.en #second {
	left: 204px;
}

#countdown div.count {
	display: block;
	float: left;
	width: 14px;
	height: 25px;
	background: url(../../img/countdownLED.gif) no-repeat 0px 0px;
}
#countdown div.count.image0 {
	background-position: 0 0;
}
#countdown div.count.image1 {
	background-position: -14px 0;
}
#countdown div.count.image2 {
	background-position: -28px 0;
}
#countdown div.count.image3 {
	background-position: -42px 0;
}
#countdown div.count.image4 {
	background-position: -56px 0;
}
#countdown div.count.image5 {
	background-position: -70px 0;
}
#countdown div.count.image6 {
	background-position: -84px 0;
}
#countdown div.count.image7 {
	background-position: -98px 0;
}
#countdown div.count.image8 {
	background-position: -112px 0;
}
#countdown div.count.image9 {
	background-position: -126px 0;
}