
body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:90%;
    display: block;
    margin: auto;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    overflow: auto;
    margin-bottom: 30px;
}

.nbs-flexisel-inner {
    /* position: relative; */
    overflow: hidden;
    /* float:left; */
    width:100%;
    /* background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee));
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; */
}

.nbs-flexisel-item {
		 /*width: 200px !important;*/ 
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    /*line-height:0px;*/
}
.nbs-flexisel-item a{
		display: block;
		width: 100%;

}
.nbs-flexisel-item img {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    /* height: 100px; */
}

/*** Navigation ***/


.nbs-flexisel-nav-right {
    /* padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 60%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff; */

    cursor: pointer;
    z-index: 4;
	position:absolute;
	cursor:pointer;
	color:#fff;
	top:25%;
	right:-50px;
	display: block;
}

.nbs-flexisel-nav-left {
    /* padding:5px 10px;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 60%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  left: 10px;
  z-index: 4; */

position:absolute;
cursor:pointer;
top:25%;
left:-50px;
cursor: pointer;
display: block;

}

.nbs-flexisel-nav-left:before {
    /* content: "<" */
    content:"";
	display: inline-block;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183147/https://aodm.mnd.gov.tw/App_Themes/new_front/img/link-left.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

/* .nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
} */


.nbs-flexisel-nav-right:before {
    /* content: ">" */
    content:"";
	display: inline-block;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183147/https://aodm.mnd.gov.tw/App_Themes/new_front/img/link-right.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}






/*
     FILE ARCHIVED ON 18:31:47 十一月 25, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:57:27 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
