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


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

div.hottoday-block div.hottoday-block-title-count-sub {
	display:block;
	float : right;
	color : #999999;
	font-size : 12px;
	font-family : "Trebuchet MS";
	cursor : pointer;
	margin-left: 2px;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	background:#242122;
}

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;
}
