      
#callPlayerButton {
   display:block;
   padding:2px 10px;
   background:#ccc;
   color:#000000;
   font-size:30px;
   line-height:1.5em;
   text-decoration:none;
   position:fixed;     
   bottom:20px;
   right:20px;
  }
     
#callPlayerButton img {
   border: none! important;
  }
     
#callPlayerButton {
   outline: none
  }
     
#movieContainer {
   font-size:1px;
   line-height:1px;
   height:1px;
   width:1px;
   overflow:hidden;
   position:fixed;
   bottom:20px;
   right:20px;
  }
     
* html #callPlayerButton, * html #movieContainer  {
   _position:absolute;
   _top: expression(  ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight )-200+document.getElementsByTagName( 'html' )[0].scrollTop + "px"  );
  }
     
*:first-child+html #callPlayerButton  ,*:first-child+html #movieContainer  {
   POSITION: fixed;
   bottom:20px;     
  }
     
body {
   position:relative;     
   background: background:#ffffff url("/templates/skin_reklama.gulfstream.ua/javascript/video_player/transparent.gif") no-repeat top left;
   background-attachment:fixed;
  }
     
