    #encFilmMain
    {
      width:270px; /* Max widht of the container */
    }
    #encFilm 
    {
      height:242px;  /* Max height of the container */
      padding:5px 0px 0px 5px;
	  float:left;     
    }
    #encFilmInner
    {
      position:relative;
      padding:0px;
      height:232px; /* Inner films height. It will be -10 from Max height */
      width:245px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
    }
    #encScrollBarTop
    {           
      text-align:right;
	  width:13px;
	  float:right;
	  margin:5px 0px 0px 0px;
    }
    #encScrollBarBottom
    {    
      text-align:right;
	  width:13px;
	  float:right;
	  margin:206px 0px 0px 0px;
    }
	
	
    #encScrollBarTop a, #encScrollBarBottom a
    {
      line-height:20px;
      padding:2px;
      display:block;
      text-decoration:none;
    }
    #encNav
    {
	position:relative;
	color:#414042;
	top:0px;
	line-height:15px;
    }
