/* product
------------------------------------------------------------*/
#inline_product {
  width: 970px;
  background: url("../images/product/bg_inline.jpg") no-repeat left 99px;
  background-color: transparent;
}
#inline_product .content {
  padding-top: 24px;
}
#inline_product #ma_gallery {
  height: 330px;
  position: relative;
  margin-bottom: 25px;
}
#inline_product #ma_gallery .reel_image-reel {
  width: 448px;
  height: 330px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -224px;
  display: none;
}
#inline_product #ma_gallery .reel-preloader {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  background-color: #006fae;
}
#inline_product #ma_gallery .ico_left {
  position: absolute;
  top: 160px;
  left: 50px;
  background: url("../images/product/ico_reel_left.png") no-repeat left top;
  display: block;
  width: 63px;
  height: 86px;
}
#inline_product #ma_gallery .ico_right {
  position: absolute;
  top: 160px;
  right: 50px;
  background: url("../images/product/ico_reel_right.png") no-repeat left top;
  display: block;
  width: 63px;
  height: 86px;
}
#inline_product #ma_gallery_list ul li {
  margin-bottom: 17px;
  zoom: 1;
  position: relative;
  width: 220px;
  float: left;
  margin-right: 30px;
}
#inline_product #ma_gallery_list ul li p {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding-left: 65px;
  margin-bottom: 16px;
}
#inline_product #ma_gallery_list ul li.cat_01 p, #inline_product #ma_gallery_list ul li.cat_02 p {
  height: 37px;
  padding-top: 3px;
  line-height: 1.5;
}
#inline_product #ma_gallery_list ul li.cat_03 p, #inline_product #ma_gallery_list ul li.cat_04 p {
  height: 40px;
  line-height: 40px;
}
#inline_product #ma_gallery_list ul li.cat_01 p {
  background: url("../images/product/ico_product01.jpg") no-repeat left top;
}
#inline_product #ma_gallery_list ul li.cat_02 p {
  background: url("../images/product/ico_product02.jpg") no-repeat left top;
}
#inline_product #ma_gallery_list ul li.cat_03 p {
  background: url("../images/product/ico_product03.jpg") no-repeat left top;
}
#inline_product #ma_gallery_list ul li.cat_04 p {
  background: url("../images/product/ico_product04.jpg") no-repeat left top;
}
#inline_product #ma_gallery_list ul li.cat_04 {
  margin-right: 0;
}
#inline_product #ma_gallery_list ul li .action {
  width: 220px;
  height: 35px;
  position: relative;
}
#inline_product #ma_gallery_list ul li .action .label {
  display: block;
  width: 98px;
  height: 35px;
  background: #aaa;
  float: left;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
#inline_product #ma_gallery_list ul li .action a {
  display: block;
  float: left;
  width: 61px;
  height: 35px;
  background: url("../images/interior/spr_btn.png") no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
}
#inline_product #ma_gallery_list ul li .action a.btn-off {
  background-position: left -70px;
}
#inline_product #ma_gallery_list ul li .action a.btn-on {
  background-position: right -70px;
}
#inline_product #ma_gallery_list ul li.selected .action .label {
  background: #555;
}
#inline_product #ma_gallery_list ul li.selected .action a.active {
  cursor: default;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
}
#inline_product #ma_gallery_list ul li.selected .action a.btn-off {
  background-position: left 0;
}
#inline_product #ma_gallery_list ul li.selected .action a.btn-off.active {
  background-position: left -35px;
}
#inline_product #ma_gallery_list ul li.selected .action a.btn-on {
  background-position: right 0;
}
#inline_product #ma_gallery_list ul li.selected .action a.btn-on.active {
  background-position: right -35px;
}
#inline_product #ma_gallery_list ul li.selected .arrow {
  content: '';
  width: 220px;
  height: 20px;
  background: url("../images/product/arrow.png") no-repeat left top;
  position: absolute;
  top: -36px;
  left: 0;
  zoom: 1;
}
#inline_product .current_product {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 66px;
}
