.bodyBottons {  
  background:#696969; 
  color:#fff;  
  padding:0px;
  height:200px;
  border-radius:3px;  
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
  position:fixed;  
  bottom:-50px;  
  left:100px;  
  } 
 
.Poster{  
  background:#000; 
 border:1px solid #000;
  height:270px;
  width:250px;
  border-radius:3px;  
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
  position:fixed;  
  bottom:-50px;  
  left:44px;  
  } 


.BottonClose {
padding:5px;
background: url("/player/close.png") no-repeat top right;
margin:1px 1px 0 0;
cursor:pointer;
}
.BottonNext {
padding:50px;
background: url("/IMG/Arrow-Next-icon.png") no-repeat center center ;
margin:0;
cursor:pointer;