/* line 6, ../sass/lightbox.sass */
#lightboxOverlay_detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.5;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox_detail {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */.lb-image_detail {
  max-width: 675px;
  max-height: 505px;
}
/* line 27, ../sass/lightbox.sass */
#lightbox_detail a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer_detail {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer_detail:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container_detail {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader_detail {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav_detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container_detail > .nav_detail {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav_detail a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev_detail, .lb-next_detail {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev_detail {
  left: 0;cursor:pointer;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next_detail {
  right: 0;cursor:pointer;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev_detail:hover {
  background: url(../images/image_lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next_detail:hover {
  background: url(../images/image_lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer_detail {
  margin: 0 auto;background:#fff;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer_detail:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data_detail {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data_detail .lb-details_detail {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data_detail .lb-caption_detail {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data_detail .lb-number_detail {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data_detail .lb-close_detail {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data_detail .lb-close_detail:hover {
  cursor: pointer;
}


#overlay{
	position: absolute;
	top: 0;left: 0;z-index: 90;
	width: 100%;height: 285px;
	background-color: #000;
	filter:alpha(opacity=60);display: none;
	-moz-opacity: 0.6;opacity: 0.6;
}
#scrollable {position: relative;margin-top:5px;}
#scrollable .box-light {clear:both;margin-top:10px;}
.items {width: 440px;height: 80px;overflow:hidden;}
.items img {margin: 0px 10px;border: #dcdbcf 1px solid;width:88px;height:78px;}
.items img:hover {border: #8ad459 1px solid;}
.items a {float: left;}

.zoom a {
	position: absolute; text-indent: -9999px; width: 33px; display: block; background: url(../images/bttn-zoom.png) no-repeat; height: 33px; top: 0px; left: 0px
}
#scrollable A.prev {
	width: 34px; display: block; height: 34px; cursor: pointer
}
#scrollable A.next {
	width: 34px; display: block; height: 34px; cursor: pointer
}
#scrollable A.prev {
	float: left
}
#scrollable .prev {
	margin: 5px 10px 0px 0px; background: url(../images/image_lightbox/prev.gif) no-repeat
}
#scrollable .next {
	margin: 5px 0px 0px; background: url(../images/image_lightbox/next.gif) no-repeat
}
#prod-info #player img {display: block;max-width:100%;height:100%;margin:0 auto;}
.showimg{max-width:440px;height:275px;text-align:center;overflow:hidden;}
.showimg img{max-width:100%;max-height:100%;}