div.hottoday-block
{
  width :859px;
  height : 320px;
  /*border : 1px #d6d6d6 solid;*/
  border : 0px #d6d6d6 solid;
}


div.hottoday-block div.hottoday-block-title
{
  margin-top : 0px;
  margin-left : 7px;
  margin-right : 7px;
  overflow : auto;
  _background_ : url(../images/hot-today.png) no-repeat;
}

div.hottoday-block div.hottoday-block-title-count-sub
{
  float : right;
  width : 20px;
  height : 18px;
  line-height : 16px;
  color : #999999;
  font-size : 12px;
  font-family : "Trebuchet MS";
  cursor : pointer;
}

div.hottoday-block div.hottoday-block-title-count-9
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-8
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-7
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-6
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-5
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-4
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-3
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-2
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
}
div.hottoday-block div.hottoday-block-title-count-1
{
  text-align: center;
  background: url(../images/b.png) no-repeat;
  margin:0px 1px 2px 0px;
}

div.hottoday-block div.hottoday-block-image
{
  width : 859px;
  height : 320px;
  position : relative;

}

div.hottoday-block div.hottoday-block-image-sub
{
  position : absolute;
  width : 862px;
  height : 320px;
}

div.hottoday-block div.hottoday-block-image-sub a
{
  display : block;
  width : 862px;
  height : 320px;
  text-decoration : none;
}

div.hottoday-block div.hottoday-block-image-sub a:hover
{
  display : none;
  width : 862px;
  height : 320px;
  text-decoration : none;
}

div.hottoday-block div.hottoday-block-title-count-selected
{
  color : #FFFFFF;
}

/* Front page Hot Today */
.hottoday-block-title div.title {
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.hottoday-block-title div.title span#hot-today-hot {
  color: #000000;
}
.hottoday-block-title div.title span#hot-today-today {
  color: #FF0000;
}