#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.8em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{font:12px "新細明體",sans-serif;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightbox-loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0}



/*silider*/

.infiniteCarousel {
  width:660px;
  display:block;
  position:relative;
  float:left;
  }

.infiniteCarousel .wrapper {
  width: 570px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin:0 30px;
  position: absolute;
  top: 0;
  left:15px;
  overflow:hidden;

   }

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;


}

.infiniteCarousel ul li{
  display:block;
  float:left;
  padding: 10px;
  width:94px; height:114px;
    *width:94px;  /* *width:116px; *height:132px;  */
  *height:132px;
  overflow:hidden;
}

.infiniteCarousel ul li a img {
width:90px;height:110px;
  display:block;
  padding:1px;
  border:1px solid #ccc;
}

.infiniteCarousel .arrow {
  display: block;
  width: 33px;
  height: 32px;
  background: url(../img/arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 45px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -64px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -32px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -96px;
}


#case .infiniteCarousel .wrapper{ height:390px;}
#case .infiniteCarousel .wrapper ul li{height:390px;width:600px; padding:0; }
#case .infiniteCarousel .wrapper ul li ul{ height:390px;width:600px;display:block; position:relative;}
#case .infiniteCarousel .wrapper ul li li{
  display:block;
  float:left;
  width:94px; height:112px;
  *width:94px;
  *height:112px; /*   *width:116px;   *height:132px; */
  padding:10px;
  overflow:hidden;
  }

#case .infiniteCarousel .arrow {
  top: 175px;
}
