/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
        top:10px;
        height:510px !important;
        margin-bottom:40px;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
        top:20px;
	overflow: hidden;
        height:462px !important;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
        border-bottom:1px solid lightgray;
}
.simply-scroll-list li:hover{
    background:lightgray;
}
.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;
	
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
	
.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
	
.simply-scroll-btn-up {
	right: 0px;
	top: 0px;
	background: url('button-up.png') no-repeat;
        width:314px !important;
        height:21px !important;
}
.simply-scroll-btn-up.disabled {
	background: url('button-up-disabled.png')  no-repeat
}
.simply-scroll-btn-up:hover {
	background: url('button-up-hover.png')  no-repeat;
}
	.simply-scroll-btn-up:hover.disabled {
	background: url('button-up-disabled.png')  no-repeat
}
.simply-scroll-btn-down {
	right: 0px;
	bottom: 7px;
	background: url('button-down.png')  no-repeat ;
        width:314px !important;
        height:21px !important;
}
.simply-scroll-btn-down.disabled {
	background: url('button-down-disabled.png')  no-repeat;
}
.simply-scroll-btn-down:hover.disabled {
	background: url('button-down-disabled.png')  no-repeat;
}
.simply-scroll-btn-down:hover {
	background: url('button-down-hover.png')  no-repeat;
}
