																										  /*
 * CSS Style Sheet for jQuery Countdown Timer
 * ==========================================
 * Author: Duncan McMillan
 * 
 * Copyright (c) January 2011 Art & Soul
 * http://www.artandsoul.co.uk
 *
 * Released under the MIT license.
 * http://en.wikipedia.org/wiki/MIT_License
 */
#dispatchTime{
    position:absolute;
    right:35px;
    top:40px;
    display:block;
}
#countdown{
    position:absolute;
    right:85px;
    top:104px;
    width:190px;
    height:58px;
    overflow:hidden;
}
#clock{
    margin-left:-99px;
    height:58px;
}
/* Layout ---------------------------------------------- */

.clock-bezel .digit, .clock-bezel .separator, .clock-bezel .unit { float:left; }
.clock-bezel .digit, .clock-bezel .separator { text-indent:-1000px; overflow:hidden; }

.clock-bezel .unit { margin:0 3px; }

.clock-bezel { height:50px;}
.clock-bezel .digit { width:30px; height:40px; }
.clock-bezel .separator { width:9px; height:60px; display:none; }
.clock-bezel .label { text-align:center; clear:both; }

/* Appearance ------------------------------------------ */

.clock-bezel {width:300px;}
.clock-bezel .digit { background-color:#000; }

/* Typography ------------------------------------------ */
.clock-bezel .label {
	font: 11px/1.6em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
}

/* Sprite-driven Digits -------------------------------- */

/* .digit { background-image:url(http://images.esellerpro.com/2466/I/24/digit-sprite.png); background-repeat:no-repeat; } */
.digit { background-image:url(http://images.esellerpro.com/2466/I/24/digit-sprite-white.png); background-repeat:no-repeat; }

.digit.number-0 { background-position:   0px 0px; }
.digit.number-1 { background-position: -30px 0px; }
.digit.number-2 { background-position: -60px 0px; }
.digit.number-3 { background-position:-90px 0px; }
.digit.number-4 { background-position:-120px 0px; }
.digit.number-5 { background-position:-150px 0px; }
.digit.number-6 { background-position:-180px 0px; }
.digit.number-7 { background-position:-210px 0px; }
.digit.number-8 { background-position:-240px 0px; }
.digit.number-9 { background-position:-270px 0px; }
