/*@font-face {font-family: 'Myriad Pro'; src: url('http://www.eprice.it/img/_b/countdown_files/fonts/MyriadPro-Cond.eot');}
@font-face {font-family: 'Adobe Garamond Pro'; src: url('http://www.eprice.it/img/_b/countdown_files/fonts/agaramondpro-regular-webfont.eot');}
@font-face {font-family: 'Myriad Pro'; src: url('http://www.eprice.it/img/_b/countdown_files/fonts/MyriadPro-Cond.otf');}
@font-face {font-family: 'Adobe Garamond Pro'; src: url('http://www.eprice.it/img/_b/countdown_files/fonts/AGaramondPro-Regular.otf');}*/
	

#countbox{
	/*padding-top: 20px;*/
	background-image:url('../img/scade-tra.jpg');
	background-repeat:no-repeat;
	color: #fff;
	font-family: Myriad Pro,Helvetica,sans-serif;
	font-size: 29px;
	/*width: 270px;*/
	/*width: 432px;*/
	height: 64px;
	/*line-height: 32px;*/
	/*margin-left:auto;
	margin-right: auto;*/
	float: left;
}

#days{
	float: left;
	text-align: center;	
	background-image:url('../img/flip.png');
	background-repeat:no-repeat;
	margin: 0 2px 0 2px;
	height:38px;
	width: 40px;
	z-index:1;
	line-height: 32px;
}
	
#hours{	
	margin: 0 2px 0 90px; /* QUESTO è IL RIENTRO DEL PRIMO ELEMENTO PER PERMETTERE DI VEDERE L'IMMAGINE DELLO SFONDO A SINISTRA*/
}

#mins{
	margin: 0 2px 0 2px;
}

#secs{
	margin: 0 2px 0 2px;
}

#hours, #mins, #secs{
	float: left;
	text-align: center;
	background-image:url('../img/flip.png');
	background-repeat:no-repeat;
	height:38px;
	width: 40px;
	z-index:1;
	line-height: 36px;
}

#hours_text, #mins_text, #secs_text{
	color: #000000;
	position: absolute;
	font-size:16px;
	margin-top: 2px;
	width: 40px;
	line-height: 16px;
}

#days span, #hours span, #mins span , #secs span {
	background: url(../img/flip_gradient.png);
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	height:24px;
	width: 40px;
}

/* -------------- END COUNTER ---------------------*/


/*

		#days_text{
			background-image:url('../img/days_text.jpg');
			background-position: center;
			background-repeat:no-repeat;
			position: absolute;
			margin-top: 3px;
			height: 26px;
			width: 40px;
		}
		#hours_text{
			background-image:url('../img/hours_text.jpg');
			background-position: center;
			background-repeat:no-repeat;
			color: #000000;
			position: absolute;
			margin-top: 3px;
			height: 26px;
			width: 40px;
		}

		#mins_text{
			background-image:url('../img/mins_text.jpg');
			background-position: center;
			background-repeat:no-repeat;
			color: #000000;
			position: absolute;
			margin-top: 3px;
			height: 26px;
			width: 40px;
		}

		#secs_text{
			background-image:url('../img/secs_text.jpg');
			background-position: center;
			background-repeat:no-repeat;
			color: #000000;
			position: absolute;
			margin-top: 3px;
			height: 26px;
			width: 40px;
		}*/