/* Scroller Box */
.scroller_container {
 margin:0 auto;
 position: relative;
 height: 160px;
 width: 140px;
 overflow: hidden;
 text-align: center;
 border: 1px solid #E2F3E9;
}
.scroller_container ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.scroller_container img {
    border: solid 1px #0000FF;
	margin-top: 4px;
}
.scroller_container li {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
	}
.showBtmLine{
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
}
.showBtmLine img{
	margin-bottom: 0.3em;
}
.scroller_container li img {
	margin-bottom: 0.3em;
	}
.scroller {
 padding: 0;
 text-align: center;
}
#scroller {
 padding: 0;
 text-align: center;
}
.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
 margin: 0;
 padding: 0;
}

.jscroller2_left, .jscroller_right, .jscroller2_left_endless, .jscroller2_right_endless {
 white-space: nowrap;
}
/* Scoller Box */

