#countdown {
    position: relative;
    top: -18px;
    height: 86px !important;
    margin: 5px 0 !important;
}

.clock {
  /*  width:845px;*/
    margin:0 auto;
   /* margin-top:50px;*/
}

.clock_days {
    float:left;
    margin-right: 10px;
	background:url(../../images/timer/jbclock/maingbg_2.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.clock_hours {
    float:left;
    margin-right: 10px;
	background:url(../../images/timer/jbclock/maingbg_2.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.clock_minutes {
    float:left;
    margin-right: 10px;
	background:url(../../images/timer/jbclock/maingbg_2.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.clock_seconds {
    float:left;
	background:url(../../images/timer/jbclock/maingbg_2.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}

.bgLayer { 
    background-image:url(../../images/timer/jbclock/bg.png); 
    background-repeat:no-repeat;
    position:relative;
    height: 76px;
    width: 76px;
    background-size: 100% 100%; 
}

.topLayer { 
    position:absolute; 
    background-image:url(../../images/timer/jbclock/top.png);
    background-size: 100% 100%; 
    width:76px;
    height:76px;
    background-repeat:no-repeat;
}

.text { 
    position: absolute;
    top: 8px;
    left: 12px;
    width: 50px;
    height: 50px;
}

.val {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    width: 50px;
    margin-bottom: 3px;
}

.type_days {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#ff6565;
    width:51px;
    text-align:center;
    font-size: 9px;
    line-height: 2px;
    font-weight:bold;
    text-transform:uppercase;
}

.type_hours {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#378cff;
    width:51px;
    text-align:center;
    font-size: 9px;
    line-height: 2px;
    font-weight:bold;
    text-transform:uppercase;
}

.type_minutes {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#9cdb7d;
    width: 51px;
    text-align:center;
    font-size: 9px;
    line-height: 2px;
    font-weight:bold;
    text-transform:uppercase;
}

.type_seconds {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #ffdc50;
    width: 51px;
    text-align: center;
    font-size: 9px;
    line-height: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.divider {
	width:960px;
	height:71px;
	background-image:url(../../images/timer/jbclock/diviers.png);
    background-size: 100% 100%;
	float:left;
	margin-top:50px;
}

.divider p { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px; 
	color:#b6b6b6; 
	line-height:70px;
	text-align:center;
}

.divider a {
	color:#39F;
	text-decoration:none;
}

.divider a:hover {
	color:#FFF;
}

.navbar-header, .countdown_wrap {
    height: 88px !important;
}
.withoutDay > div, .countdown_wrap > div {margin-top: 0 !important;}