@charset "UTF-8";
/* CSS Document */
 #encFilmMain
    {
      width:460px; /* Max widht of the container */
    }
    #encFilm 
    {
      height:330px;  /* Max height of the container */
      background-color:#fcfedb;
      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:400px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
    }
    #encScrollBarTop
    {           
      background:left center repeat-x #fcfedb;
      text-align:center;
      color:#253175;
    }
    #encScrollBarBottom
    {    
      text-align:center;
      color:#253175;
	  	  	  z-index:10000;

    }
    #encScrollBarTop a, #encScrollBarBottom a
    {
      line-height:20px;
      padding:2px;
      color:#253175;
      display:block;
      text-decoration:none;
	  	  z-index:10000;

    }
    #encNav
    {
      position:relative;
      color:#253175;
      top:0px;
	  	  z-index:1000000;

    }
