/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* ################ countdown ################## */

.custom-countdown {
	position:relative;
    left:50%;
	width:310px;
	height:100px;
	margin:20px 0 30px -155px;
}

#imageLayout {
	border:none;
	background:none;
}

#imageLayout span { display: block; float: left; width: 32px; height: 52px; background-size: 32px 52px;} 
#imageLayout span.image0 { background: url(../img/digit_0.png) no-repeat 0px 0px; background-size: 32px 52px;} 
#imageLayout span.image1 { background: url(../img/digit_1.png) no-repeat 0px 0px; background-size: 32px 52px;}  
#imageLayout span.image2 { background: url(../img/digit_2.png) no-repeat 0px 0px; background-size: 32px 52px;}  
#imageLayout span.image3 { background: url(../img/digit_3.png) no-repeat 0px 0px; background-size: 32px 52px;}  
#imageLayout span.image4 { background: url(../img/digit_4.png) no-repeat 0px 0px; background-size: 32px 52px;} 
#imageLayout span.image5 { background: url(../img/digit_5.png) no-repeat 0px 0px; background-size: 32px 52px;}  
#imageLayout span.image6 { background: url(../img/digit_6.png) no-repeat 0px 0px; background-size: 32px 52px;}  
#imageLayout span.image7 { background: url(../img/digit_7.png) no-repeat 0px 0px; background-size: 32px 52px;}  
#imageLayout span.image8 { background: url(../img/digit_8.png) no-repeat 0px 0px; background-size: 32px 52px;} 
#imageLayout span.image9 { background: url(../img/digit_9.png) no-repeat 0px 0px; background-size: 32px 52px;} 
#imageLayout span.imageSep { background: url(../img/digit_sep.png) no-repeat 0px 0px; width:12px;} 


	
.labels span {
    display:inline-block;
    font-size:12px;
    width:62px;
    text-align:center;
    margin:0 14px 4px 0;
}
