  /*
    Copyright (c) 2009 Muneer Mohammad (http://www.encodez.com/)
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this code, to deal in the code without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the code, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the code.

    THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE CODE OR THE USE OR OTHER DEALINGS IN THE CODE.
  */

#scrollpaneDiv {
	 text-alignment:center;
	 width: 150px;
}

#viewPort {
	height:300px;  /* Max height of the container */
	background-color:#EFEFEF;
	padding:5px 5px 5px 5px;
}

#viewPortInner {
	position:relative;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	height:290px; /* Inner films height. It will be -10 from Max height */
	overflow:hidden;
}

#scrollpaneTop {
	text-align:center;
}

#scrollpaneBottom {
	text-align:center;
}

#scrollpaneTop a, #scrollpaneBottom a {
	line-height:20px;
	padding:2px 0px;
	color:#fff;
	display:block;
	text-decoration:none;
}

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