@charset "UTF-8";
/* CSS Document */

body {
margin-top:0px;
padding-top:0px;
}

#playermain {
position:absolute;
top:0px;
width:440px;
height:400px;
background-image:url(img/playerbg.png);
}

#playernavi {
position:absolute;
list-style-type:none;
width:400px;
height:20px;
top:20px;
left:20px;
}

.playernavicontainer {
clear:both; float:left; width:100%; overflow:hidden;
}

#playernavibuttons {
padding:0; 
margin:0 auto; 
list-style-type:none;
float:right;
position:relative;
}

#playernavibuttons li {
float:left; position:relative;
}

#playernavibuttons a {
height:10px;
width:auto;
display:block;
padding:5px 0px;
font-weight:bold;
font-family:"Trebuchet MS";
font-size:13px;
color:#333333;
text-decoration:none;
}

#playernavibuttons a.pnbvideo:hover {
color:#333333;
}

#playernavibuttons a.pnbslide:hover {
color:#333333;
}

#playernavibuttons a.pnbvideo {
color:#AAAAAA;
}

#playernavibuttons a.pnbslide {
color:#333333;
}

#playeraction {
position:absolute;
top:50px;
left:20px;
width:400px;
height:300px;
font-family:"Trebuchet MS";
font-size:14px;
line-height:24px;
color:#333333;
}