/**
 * (./) viewport.js, v0.1, 2009-09-01 14:30
 * (by) cousot stephane @ http://www.ubaa.net/
 * (cc) some right reserved
 *
 * Viewport commons and default styles.
 *
 * This script is released under a Creative Commons Attribution 3.0 License
 * ‹ http://creativecommons.org/licenses/by/3.0/ ›
 */
 	 




.viewport
{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 300px;
}

.viewport_inner
{
	z-index: 0;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}

.viewport_vscrollbar
{
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 1px;
	width: 8px;
	height: 27px;
	background-color: black;
}