@charset "utf-8";
#hotfans_container{
	BACKGROUND-COLOR: #FFF;
	width:975px;
	height:120px;
	position:relative;
	overflow:hidden;
}
#hotfans_container .title{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_title.jpg) no-repeat scroll 0px 0px transparent;	
	width:51px;
	height:120px;
	position:relative;
	float:left;
}
#hotfans_container .contentList{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_bg.gif) no-repeat scroll 0px 0px transparent;
	width:870px;
	height:120px;
	position:relative;
	float:left;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}
#hotfans_container .contentList table{
	/*margin-left:-10px;*/
	border-collapse: separate;
    	border-spacing: 10px;
	left:-10px;
	position:absolute;
}
#hotfans_container .contentList table td{
	/*background-color:#c6c6c6;*/
	width:100px;
	height:100px;
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotfans_photo_bg.gif) no-repeat scroll 0px 0px transparent;
}
#hotfans_container .contentList table td a{
	text-decoration:none;
	color:#F02672;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	
}

#hotfans_container .contentList .hotfans_over{
	width:100px;
	height:100px;
	background-color:#000;
	filter:alpha(opacity=60);
  	opacity:0.6;
	position:absolute;
	top:0px;
	left:0px;
	/*display:none;*/
}
#hotfans_container .contentList .hotfans_photo_wrapper{
        width:100px;
        height:100px;
        position:absolute;
	top:10px;
	left:0px;
}

#hotfans_container .nav{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_nav.jpg) no-repeat scroll 0px 0px transparent;	
	width:54px;
	height:120px;
	position:relative;
	float:left;
	overflow:hidden;
}
#hotfans_container .nav .navback{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_navBtn_back.gif) no-repeat scroll 0px -19px transparent;	
	width:17px;
	height:19px;
	position:absolute;
	top:25px;
	left:20px;
	cursor:pointer;
}
#hotfans_container .nav .navnext{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_navBtn_next.gif) no-repeat scroll 0px -19px transparent;	
	width:17px;
	height:19px;
	position:absolute;
	top:82px;
	left:20px;
	cursor:pointer;
}
#hotfans_container .nav .navback.disable{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_navBtn_back.gif) no-repeat scroll 0px 0px transparent;
	cursor:auto;
}
#hotfans_container .nav .navnext.disable{
	background: url(http://img.tvb.com/artiste/images/weibo_index/hotFans_navBtn_next.gif) no-repeat scroll 0px 0px transparent;
	cursor:auto;
}
.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background-color: #F02672;
border: 5px solid #F02672;
color: #FFF;
width: auto; /*width of tooltip*/
font-family:Arial;
font-size:12px;
}
