﻿#Scroller-Content-Container
{
	position: relative;
	width: 620px;
	height: 500px;
}

#Scroller-Content
{
	position: absolute;
	width: 620px;
	height: 480px;
	overflow: hidden;
}

#Scroller-Content-Container .Scroller-Container
{
	position: absolute;
	top: 0;
	left: 0;
	text-align:left;
}

#Scroller-Scrollbar
{
	position: absolute;
	left: 630px;
	top:0;
}

#Scroller-Content-Container .Scrollbar-Up, .Scrollbar-Up-Pressed
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Scroller-Content-Container .Scrollbar-Down, .Scrollbar-Down-Pressed
{
	position: absolute;
	top: 470px;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Scroller-Content-Container .Scrollbar-Track, .Scrollbar-Track-Pressed
{
	width: 10px;
	height: 440px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
}

#Scroller-Content-Container .Scrollbar-Track-Pressed
{
	background-color: #DDD;
}

#Scroller-Content-Container .Scrollbar-Handle, .Scrollbar-Handle-Pressed
{
	position: absolute;
	width: 10px;
	height: 30px;
	background-color: #CCC;
}

/*.Scroller-Container
{
	position: absolute;
	top: 0;
	left: 0;
}

.Scrollbar-Track
{
	width: 7px;
	height: 290px;
	position: absolute;
	top: 0px;
	background-color: #abadad;
}
.Scrollbar-Handle
{
	position: absolute;
	width: 7px;
	height: 30px;
	background-color: #606262;
}

#Scrollbar-Container
{
	position: absolute;
	top: 0px;
	left: 270px;
}

.Scrollbar-Up
{
	cursor: pointer;
	position: absolute;
	top: 130px;
	left: 620px;
}
.Scrollbar-Down
{
	cursor: pointer;
	position: absolute;
	top: 480px;
	left: 620px;
}
*/