		#debug {
			visibility: hidden;
			display: block;
			color: red;
		}
/* TIMER BOXES ============================= */		
		.timer .cd{
			float:left;
			width: 45px;
			height:30px;
			/*border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			border: 1px #e1e1e1 solid;*/
			margin-right:5px;
			margin-bottom: 25px !important;
			font-size: 28px;	
			margin-top:10px;
			padding-top:10px;
			color:#808080;
			background-color: #EBEBEB;
			text-align: center;
			/*-webkit-box-shadow: 0px 10px 20px -10px #000;
			-moz-box-shadow: 0px 10px 20px -10px #000;
			box-shadow: 0px 10px 20px -10px #000; */
		}
		.red {
			color: red;
		}
		.timer .cd .unitLabel {
			color: #BFBFBF;
			position: relative;
			font-size: 8px;
			text-align:center;
			margin-top: 7px !important;
			
			text-transform: uppercase;
		}
		.timer .first{
			margin-left: 9px;
		}
		
		.timer .hours{

		}
		.timer .minutes{

		}
		.timer .seconds{

		}		
		.timer .small {
			text-align:center;
			font-size:10px;
		}
	#inner-clock {
		height: auto;
		position: relative;
	}
/*	SL Clock ================================== */

		#clock {
			border: 3px #FE5000 solid;
			vertical-align: top;
			width: 175px;
			margin: 0 0px 0 0px;
			padding: 10px 10px 10px 10px;
			}

		#clock .clock-title {
			font-size: 1.2em;
			line-height: 20px;
			color: #808080;
			text-align: center;;
			}
		#clock .clock-title .emphasis {
			color: #006FF4;
			font-size: 1.0em;
			font-weight: normal;
		}
		#clock .clock-title a {
			color: #006FF4;
			text-decoration: none;
			}						

		#clock .clock-title a:hover {
			color: #808080;
			text-decoration: none;

			}	
		#clock .clock-title .emphasis a {
			color: #FE5000;
			font-size: 1.0em;
			font-weight: normal;
			text-decoration: none;
		}
		#clock .clock-title .emphasis a:hover {
			color: #006FF4;
			text-decoration: none;

			}
		#clock #inner-clock{
			margin: 0 0 0 5px;
			padding: 0;}


		#clock .hidden {
			visibility: hidden;
			display: none;
		}
		#clock .clock-button {
			margin-top: 15px;
			font-size: 16px;
			text-align: center;
		}
		#clock .clock-footnote {
			text-align: center;
			font-size: 10px;
			line-height: 1.1em;
			margin-top: 8px;
		}
		#leftcol .clock-text ul {
			margin-top: 5px;	
			margin-left: 20px;
			list-style-type: disc;
			list-style-position: outside;
		}
		#leftcol .clock-text ul li {
			display: list-item;
		}
		
