/* * images player * author:mr��zhong * date:2010-04-19 */ #playerBox{ width:460px; height:280px; } #playerImage ul{ padding:0px; margin:0px; border:0px; list-style:none; position:absolute; } #playerImage ul li{ padding:0px; margin:0px; border:0px; list-style:none; position:absolute; text-align:center; } #playerImage li img{ max-width:460px; max-height:280px; margin:0 auto; border:0px; } #playerNavAndTitle{ z-index:10; position:absolute; height:60px; width:460px; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } #playerNavAndTitle #playerTitle{ width:auto; padding: 0 10px; height:60px; line-height:60px; } #playerNavAndTitle #playerTitle a{ color:#FFFFFF; display:inline-block; width:100%; text-align:center; text-decoration:none; font-weight:bold; position:absolute; line-height:60px; font-size:16px; font-family:'Microsoft YaHei'; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #playerNavAndTitle #playerTitle a:hover { color:#6b6b6b; } #playerNavAndTitle #playerNav{ float:right; text-align:right; } #playerNavAndTitle #playerNav a{ float:left; display:block; background-color:#CC3300; border:1px solid #fff; width:15px; height:15px; margin:5px 5px; text-align:center; line-height:15px; text-decoration:none; color:#FFFFFF; cursor:pointer; font-family:����; } #playerNavAndTitle #playerNav .hover{ background-color:#FFFFFF; border:1px solid #cc3300; color:#CC3300; float:left; display:block; width:15px; height:15px; margin:5px 5px; text-align:center; line-height:15px; text-decoration:none; cursor:pointer; font-family:����; } #playerNav { display:none; }