/* Container DIV - automatically generated */.simply-scroll-container { 	position: relative;}/* Clip DIV - automatically generated */.simply-scroll-clip { 	position: relative;	overflow: hidden;	z-index: 2;}/* UL/OL/DIV - the element that simplyScroll is inited onClass name automatically added to element */.simply-scroll-list { 	position: absolute;	top: 0;	left: 0;	z-index: 1;	overflow: hidden;	margin: 0;	padding: 0;	list-style: none;}	.simply-scroll-list li {	padding: 0;	padding-bottom: 5px;	margin: 0;	list-style: none;}	.simply-scroll-list li img {	border: none;	display: block;}/* Master button styles - note that left and right versions are included although they are not used in this example */.simply-scroll-btn {	position: absolute;	width: 52px;	height: 35px;	z-index:3;	cursor: pointer;	top:0px;	left:54px;}	.simply-scroll-btn-left {	left: 6px;	bottom: 6px;}.simply-scroll-btn-right {	right: 6px;	bottom: 6px;}	.simply-scroll-btn-up {	background-image: url(../images/up_arrow.png);	right: 0px;	top: 0px;}	.simply-scroll-btn-down {	background-image: url(../images/down_arrow.png);	right: 0px;	bottom: 0px;}/* Custom class modifications - adds to / overrides aboveVertical scroller example, with custom base class *//* Container DIV */.vert { 	width: 160px; /* taller than clip for custom button pos. */	height: 500px;}/* Clip DIV */.vert .simply-scroll-clip {	margin-top:25px;	width: 160px;	height: 439px;}/* Explicitly set height/width of each list item */.vert .simply-scroll-list li {	width: 160px;	height: 106px;}/* Modified button positions, overriding previous styles */.vert .simply-scroll-btn-up { 	right: 0;	top: -25px;}.vert .simply-scroll-btn-down { 	right: 0;	top: 430px;}