/* 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;
list-style: none;
padding-left: 0px;
margin-left: 0px;

}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
padding-left: 0px;
margin-left: 0px;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
	padding: 0;
	margin: 0;
padding-left: 0px;
margin-left: 0px;
list-style: none;

}

/* Master button styles - note that left and right 
versions are included although they are not used in this example */


/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert { 
	width: 220px; /* wider than clip for custom button pos. */
	height: 1380px;
	margin-bottom: 1.5em;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 220px;
	height: 1380px;
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
	width: 290px;
	height: 90px;
}

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up { 
	right: 0;
	top: 0;
}

.vert .simply-scroll-btn-down { 
	right: 0;
	top: 52px;
}
