.Container {
width : 300px;
height : 255px;
}
#Scroller-1 {
position : absolute;
overflow : hidden;
width : 300px;
height : 245px;
}
#Scroller-1 p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #6f6048;
	background-color: #FFFFFF;
}
.Scroller-Container {
	position : absolute;
}
.Scrollbar-Up {
cursor : pointer;
}
.Scrollbar-Down {
cursor : pointer;
}
