/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	top: 19px;
}

/* 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;
}

.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;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	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: 6px;
	top: 6px;
	background-position: -126px -44px;
}
.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}

.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert {
	width: 370px; /* wider than clip for custom button pos. */
	height: 215px;
	margin-bottom: 1.5em;
	flex-flow: unset !important;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 370px;
	height: 215px;
	flex-flow: unset !important;
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
	width: 370px;
	height: 20px;
}

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up {
	right: 0;
	top: 0;
}

.vert .simply-scroll-btn-down {
	right: 0;
	top: 52px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
    width: 576px;
    height: 200px;
    margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 576px;
    height: 200px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width: 290px;
    height: 200px;
}
/* Ãâ±Ý Àü¿ë */
.out_list {list-style: none; font-size: 13px; padding: 0; margin: 0;}
.out_list li {margin-bottom: 10px;}
.out_list li div{text-align:center; display:inline; display: inline-block}
.out_list li div:nth-child(1) {width: 5px;}
.out_list li div:nth-child(2) {text-align:center; color:#589a34; font-weight:bold;}
.out_list li div:nth-child(3) {color:#504e4f;}
.out_list li div:nth-child(4) {text-align:right; color:#098af7;}
.out_list li div:nth-child(5) {font:13px; }
.out_list li div:nth-child(6) {width: 5px;}
