#timer{
	position:relative;
}

#cnt1{
}

.cntSeparator {
        font-size: 1px;
        color: #000;
		height:100%;
		background:url(../img/point.png) center 19px no-repeat;
		width:6px;
		margin:0px 10px;
      }
      .desc { 
      	margin:0px 0 0 50px;
      	color: #6b767f;
      	overflow: hidden;
       }
      .desc div {
        float: left;
        font-family: Arial;
        width: 97px;
        margin-right: 25px;
        font-size: 13px;
        font-weight: bold;
		text-align:center;
      }
      .desc div:last-child{
      	margin-right: 0px;
      }
