#fo a.jp-full-screen-fake {
  cursor: pointer;
  background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
  border:1px solid red;
}
#fo a.jp-full-screen-fake:hover { background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat; }

/* per quale ragione nascondere la possibilità di uscire da fullscreen??? una bizzarria di Marcel?
#fo a.jp-restore-screen { display: none !important; }
*/

/* in fullscreen mode non si deve vedere */
#fo .jp-video-full a.jp-full-screen-fake { display: none; }

/****************** VIDEO VIEWER **********************************************/
#fo #centralPlayer {
  position: absolute;
  top:50%;
  bottom:50%;
  left:50%;
  right:50%;
}

#fo #videoControls table tr td span {
  color: white;
  font-weight: bolder;
}

#fo #progressBar {
  border:1px dotted #FFF;
  border-radius: 5px;
  color:#fff;
  width:295px;
  height:20px;
}

#fo #progress {
  background-color: #FFF;
  height:20px;
  display:inline-block;
}
