object:focus { outline:none; }

/* HTML Countdown
 */

.htmlCountdownBg
{
  position: relative;
  width: 160px;
  height: 166px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
   
}

.htmlCountdownBg div
{
  position: absolute;
  top:0;
}

.htmlCountdownBg.black
{
  background-image: url(../img/166x166_bg_black.jpg);
}

.htmlCountdownBg.black-countdown
{
  background-image: url(../img/166x166_bg_countdown_black.jpg);
}

.htmlCountdownBg.white
{
  background-image: url(../img/166x166_bg_white.jpg);
  color: #5f5f5f;
}

.htmlCountdownBg.white-countdown
{
  background-image: url(../img/166x166_bg_countdown_white.jpg);
}

.htmlCountdownBg .cd-countdown, .htmlCountdownBg .cd-realtime
{
  display:none;
  width: 100%;
}

.htmlCountdownBg.black .cd-logo 
{
  width: 100%;
  height: 100%;
  background-image: url(../img/166x166_logo_black.gif);
  background-repeat: no-repeat;
}

.htmlCountdownBg.white .cd-logo 
{
  width: 100%;
  height: 100%;
  background-image: url(../img/166x166_logo_white.gif);
  background-repeat: no-repeat;
}

.htmlCountdownBg.black .cd-glass-countdown
{
  width: 100%;
  height: 50px;
  background-image: url(../img/166_glass_countdown_black.png);
  background-repeat: no-repeat;
  top: 74px;
  z-index: 10;
}

.htmlCountdownBg.black .cd-glass-real
{
  width: 100%;
  height: 50px;
  background-image: url(../img/166_glass_black.png);
  background-repeat: no-repeat;
  top: 74px;
  z-index: 10;
}

.htmlCountdownBg.white .cd-glass-countdown, .htmlCountdownBg.white .cd-glass-real
{
  width: 100%;
  height: 50px;
  background-image: url(../img/166_glass_white.png);
  background-repeat: no-repeat;
  top: 76px;
  z-index: 10;
}

/*countdown*/

.htmlCountdownBg .cd-labels 
{
  font-size: 10px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
  top: 78px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .cd-values 
{
  font-size: 18px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 89px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .dLabel { left:15px; }
.htmlCountdownBg .hLabel { left:58px; }
.htmlCountdownBg .mLabel { left:94px; }
.htmlCountdownBg .sLabel { left:127px; }

.htmlCountdownBg .dValue { right:114px; }
.htmlCountdownBg .hValue { right:78px; }
.htmlCountdownBg .mValue { right: 42px; }
.htmlCountdownBg .sValue { right: 9px; }

.htmlCountdownBg .cd-copy {
  font-size: 9px;
  width: 100%;
  text-align: center;
  line-height: 0.5em;
  left: 0px;
  top: 122px;
  color: #999999;

}

.htmlCountdownBg .cd-copy sup {
  font-size: 7px;
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  left:-0.1em;
}
.htmlCountdownBg .cd-real-copy  sup
{
  font-size: 7px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left:-0.1em;
}
.htmlCountdownBg.white .cd-copy {
  color: #777777;
}

/*real*/

.htmlCountdownBg .cd-real-values 
{
  font-size: 28px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 78px;
  left: 0px;
  width: 100%;
}



.htmlCountdownBg .realhValue { right:118px; }
.htmlCountdownBg .separatorOne { right:104px; }
.htmlCountdownBg .realmValue { right:66px; }
.htmlCountdownBg .separatorTwo { right:49px; }
.htmlCountdownBg .realsValue { right:10px; }

.htmlCountdownBg .cd-real-copy {
  font-size: 13px;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  left: 0px;
  top: 122px;
  color: #999999;
}

.htmlCountdownBg.white .cd-real-copy {
  color: #777777;
}

/* ie6 png alpha lack */
* html .cd-glass-countdown, * html .cd-glass-real {
  visibility: hidden;
  display: none;
}

#countdownRioWhite {
	/*margin-left:38px;*/
	margin-left:auto;
	margin-right:auto;
}
#Novisible {
	display:none;	
}