<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {display:none;}
.nbs-flexisel-container {position:relative;max-width:100%;}
.nbs-flexisel-ul {position:relative;width:99999px;margin:0px;padding:0px;list-style-type:none;   text-align:center;  overflow: auto;}
.nbs-flexisel-inner {position: relative;overflow: hidden;float:left;width:100%;}
.nbs-flexisel-item {float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px;}
.nbs-flexisel-item img {max-width: 100%;cursor: pointer;position: relative;margin-top: 10px;margin-bottom: 10px; width:150px; border:1px dashed #8d8989;border-radius: 5px;}

/*** Navigation ***/
.nbs-flexisel-nav-left {border-radius:50%;position: absolute;cursor: pointer;z-index: 4;top: 50%;transform: translateY(-50%);   background:url(../images/pre.png);color: #fff;width: 19px;height: 26px;line-height:20px;text-align:center; }
.nbs-flexisel-nav-right {border-radius:50%;position: absolute;cursor: pointer;z-index: 4;top: 50%;transform: translateY(-50%);   background:url(../images/next.png);color: #fff;  width: 19px;height: 26px;line-height:20px;text-align:center; }



.nbs-flexisel-nav-left {left: 0px;top: 50% !important;}
.nbs-flexisel-nav-left:hover{box-shadow: 0px 0px 0px #000;}
.nbs-flexisel-nav-left:before {content: "";}
.nbs-flexisel-nav-left.disabled {opacity: 0.4;}
.nbs-flexisel-nav-right {right:0px; top: 50% !important;}
.nbs-flexisel-nav-right:hover{box-shadow: 0px 0px 0px #000;}
.nbs-flexisel-nav-right:before {content: ""}
.nbs-flexisel-nav-right.disabled {opacity: 0.4;}





.ver .nbs-flexisel-item img {width: 100%;}

.ver .nbs-flexisel-nav-left {left: 0px;top: 41% !important;}
.ver .nbs-flexisel-nav-left:hover{box-shadow: 0px 0px 0px #000;}
.ver .nbs-flexisel-nav-left:before {content: "";}
.ver .nbs-flexisel-nav-left.disabled {opacity: 0.4;}
.ver .nbs-flexisel-nav-right {right:0px; top: 41% !important;}
.ver .nbs-flexisel-nav-right:hover{box-shadow: 0px 0px 0px #000;}
.ver .nbs-flexisel-nav-right:before {content: ""}
.ver .nbs-flexisel-nav-right.disabled {opacity: 0.4;}</pre></body></html>