#encFilmMain
{
width:100%; /* Max widht of the container */
text-align:left;
}
#encFilm 
{
height:300px;  /* Max height of the container */
padding:5px 5px 5px 5px;      
}

#encFilm a
{
text-decoration:underline;
color:#fff;
}

#encFilm a:hover, #encFilm a:hover, #encFilm a:hover {
color:#D2D2D2;
background:none !important;
}

#encFilmInner
{
position:relative;
padding:5px 5px 5px 5px;
height:290px; /* Inner films height. It will be -10 from Max height */
width:255px; /* this will be -20px from full width of #encFilmMain*/
overflow:hidden;
}

#encScrollBarTop
{
background:url('img/bg-1.jpg') left center repeat-x #262626;
text-align:center;
vertical-align:text-bottom;
}

#encScrollBarBottom
{
background:url('img/bg-1.jpg') left center repeat-x #262626;
vertical-align:text-top;
text-align:center;
}

#encScrollBarTop a, #encScrollBarBottom a
{
display:block;
text-decoration: none;
}

#encScrollBarTop img
{
padding-top: 6px;
}

#encScrollBarBottom a:hover, #encScrollBarTop a:hover
{
background: #333;
}

#encNav
{
position:relative;
color:#B4B4B4;
top:0px;
}

#encNav strong {
color:#D2D2D2;
}


#encNav hr {
background-color:#272727 !important;
height:1px !important;
}

#encNav a{
color:#B4B4B4 !important;
}
