
    #encFilmMain
    {
      width:360px; /* Max widht of the container */
    }
    #encFilm 
    {
      height:340px;  /* Max height of the container */
     
      padding:5px 5px 5px 5px;      
    }
    #encFilmInner
    {
      position:relative;
      
      padding:5px 5px 5px 5px;
      height:320px; /* Inner films height. It will be -10 from Max height */
      width:340px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
    }
    #encScrollBarTop
    {           
      
      text-align:center;
      color:#fff;
    }
    #encScrollBarBottom
    {    
      
      text-align:center;
      color:#fff;
    }
    #encScrollBarTop a, #encScrollBarBottom a
    {
      line-height:20px;
      padding:2px;
      color:#fff;
      display:block;
      text-decoration:none;
    }
    #encNav
    {
      position:relative;
      color:#000;
      top:0px;
    }

