#fnPlayer {
	width:1000px;
	height:300px;
     position:relative;
     overflow:hidden;
	margin:auto;
     display:inline-block;
}
#fnPlayer .Limg {
 	width:1000px;
	height:300px;
    position:absolute;
}
#fnPlayer .Limg li {
	width:1000px;
	height:300px;
     position:absolute;
     top:0;
     left:0;
}
#fnPlayer .Limg li a,
#fnPlayer .Limg li a:hover {
     text-decoration:none;
}
#fnPlayer .Nubbt {
     position:absolute;
     z-index:9;
     right:10px;
     bottom:0;
     *bottom:10px;
     line-height:23px;
     Opacity:1;
     filter:alpha(opacity=100);
     _filter:none;
}
#fnPlayer:hover .Nubbt {
     Opacity:1;
     filter:alpha(opacity=100);
}
#fnPlayer .Nubbt span {
     font-size:12px;
     color:#4D4D4B;
     padding:1px 5px;
     margin:0 2px;
     cursor:pointer;
     background:#eee;
     border:none;
     font-weight:bold;
     font-family:Arial, Helvetica, sans-serif;
}
#fnPlayer .Nubbt span.on {
     color:#fff;
     background:#ccc;
}
