body{ padding:0; margin:0;}
body *{ outline:none;}
.woodplayer{margin:0px auto; position:relative; width:100%; height:100%; overflow:hidden; padding-bottom:30px;}

#box .item{position:absolute; width: 100%; height:100%; }
.mask{position: relative; width: inherit;height: inherit; margin:0 auto;}

.buttons{ background:#fff;height:25px;text-align:right; position: absolute; width:100%; margin:0 auto; z-index:23; line-height:24px; padding-top:3px; bottom:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
.buttons .handle{ color:#FFFFFF;height:25px; line-height:25px; width:45px; background:#469fa3; display: inline-block; position:relative; cursor:pointer; text-align:center; margin:0; margin-left:6px;}
.buttons .handle:hover{background:#339999;}
.buttons .active, .buttons .active:hover{ background:#000000; }
.buttons .playText{height:25px; line-height:25px; width:65px; background:url(play_text.gif) no-repeat center center; display: inline-block; position:relative;margin:0;}

#next{cursor:pointer; height:25px; width:55px; background: #333; color:#fff; position: absolute; right:-60px; bottom:0px; z-index:20;}
#prev{cursor:pointer; height:25px; width:55px; background: #333;  color:#fff; position: absolute; left:-60px; bottom:0px; z-index:20;}

.shadow{-moz-box-shadow: 0 0 20px #555;
-webkit-box-shadow: 0 0 20px #555;
}