<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* image-slider */
.image-slider{ border:0px solid red; width:902px;height:195px;margin:0 auto;background:url(bg.png) no-repeat;padding:14px 16px 0px 16px;position:relative;}
.image-slider-back, .image-slider-forward{ border:0px solid red; float:left;width:23px;height:98px;color:White;position:relative;top:32px;cursor:pointer;}
/*
.image-slider-back{background-image:url(arrow-left.png);background-repeat:no-repeat;background-position:left;}
.image-slider-forward{background-image:url(arrow-right.png);background-repeat:no-repeat;background-position:right;}
*/
.image-slider-back{background-image:url(leftjt.gif);background-repeat:no-repeat;background-position:left;}
.image-slider-forward{background-image:url(rightjt.gif);background-repeat:no-repeat;background-position:right;}

.image-slider-contents{ border:0px solid red; width:855px;height:184px;float:left;position:relative;overflow:hidden;}

.image-slider-contents .contents-wrapper{ border:0px solid red; position:absolute;padding-top:18px; left:0;}
.image-slider-contents .outer{ border:0px solid red;  background-color:#fff;float:left;width:200px;height:186px;margin:0px 7px;cursor:pointer; position:relative;}
.spic{ border:1px solid gray;  width:200px;height:160px; text-align:center; color:#333; float:left;}
.image-slider-contents img{  border:0px solid red; width:200px;height:140px; margin:0 auto;}
.spic a{ border:0px solid red; display:block; text-align:center; font-size:12px;}

.hidden{display:none;}
.visible{display:block;}
.thumbnail-active{filter:alpha(opacity=100);opacity:1.0;cursor:pointer;}
.thumbnail-inactive{filter:alpha(opacity=20);opacity:0.2;cursor:pointer;}

.preview{   position:absolute;width:680px;height:520px;background-color:White;padding:2px;border:solid 1px black;}
.preview .img-large{ border:0px solid red; width:600px;z-index:1000; margin:0 auto;}
/*
.preview .img-large .left{ border:0px solid red;  position:absolute;left:8px;top:200px;width:16px;height:24px;z-index:1000;background:url(arrow-left.png);cursor:pointer;}
.preview .img-large .right{  border:0px solid red;  position:absolute;left:648px;top:200px;z-index:1000;width:16px;height:24px;background:url(arrow-right.png);cursor:pointer;}
*/

.preview .img-large .left{ border:0px solid red;  position:absolute;left:8px;top:200px;width:16px;height:24px;z-index:1000;background:url(leftjt.gif);cursor:pointer;}
.preview .img-large .right{  border:0px solid red;  position:absolute;left:648px;top:200px;z-index:1000;width:16px;height:24px;background:url(rightjt.gif);cursor:pointer;}

.preview .close{ border:0px solid red;  position:absolute;left:434px;top:-16px;width:32px;height:34px;background:url(close.png);float:right;cursor:pointer;z-index:2000;}
.preview .img-large img{  border:0px solid red; width:600px;height:450px;}
.preview .label{  border:0px solid red; width:634px;line-height:20px;float:left;position:absolute;top:456px; left:0;padding:8px;background-color:White;text-align:left;font-weight:bold;font-size:13px; text-align:center;}
.outer{border:solid 1px black;}

</pre></body></html>