    #encFilmMain
    {
      width:360px; /* Max widht of the container */
    }
	#encFilmMainPhotos
    {
      width:580px; /* Max widht of the container */
    }
    #encFilm 
    {
      height:246px;  /* Max height of the container */   
    }
	#encFilmPhotos
    {
      height:285px;  /* Max height of the container */   
    }
    #encFilmInner
    {
	position:relative;
	height:285px; /* Inner films height. It will be -10 from Max height */
	width:350px; /* this will be -20px from full width of #encFilmMain*/
	overflow:hidden;
    }
	#encFilmInnerPhotos
    {
      position:relative;
      height:275px; /* Inner films height. It will be -10 from Max height */
      width:580px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
    }
    #encScrollBarTop
    { 
	  display: none;          
	  padding-top: 10px;
	  padding-bottom: 10px;
    }
    #encScrollBarBottom
    {
	  display: none;
    }
    #encNav
    {
	position:relative;
	color:#000;
	top:0px;
	width: 350px;
    }
