@charset "utf-8";
/* CSS Document */

/* Positioning CSS */

IMG.scrollup, IMG.scrolldown, IMG.scroller
{
	position: absolute;
}

DIV.scroller-object
{
	position: absolute;
	background-color: #C4C4B8;
}

DIV.scroller-frame
{
	position: absolute;
	background-image: url("images/system/Image1.png");
}

DIV.scroller-wrapper
{
	position: absolute;
	padding: 0px;
}

DIV.scrollable-wrapper
{
	position:absolute;
	overflow: hidden;
	padding: 0px;
	background-color:#FFF;
}

DIV.scrollable-content
{
	position: absolute;
	width:100%;
	height: auto;
	padding: 0px;
	background-image: url("../images/system/Image1.png");	
}