/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { min-width: 1300px; font-family: "微软雅黑", arial, sans-serif; font-size: 14px; color: #666; background-color: #f5f5f5; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: "微软雅黑", arial; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
i { font-style: normal; }
a { color: #666; text-decoration: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
a:hover { color: #eb2533; }

/*通用*/
.comwrap { position: relative; margin: 0 auto; width: 1200px; }
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.icon { background-image: url(../img/icon.jpg); background-repeat: no-repeat; }

/*头部*/
.header-top { line-height: 33px; font-size: 12px; background-color: #fbfbfb; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.header-top .txt, .header-top .link { color: #999; }
.header-top .link { position: relative; margin-right: 40px; }
.header-top .link:after {
  content: ' '; position: absolute; right: -21px; top: 3px; width: 1px; height: 11px; background: url(../img/icon.jpg) -54px -42px no-repeat;
}
.header-top .lan-1 { margin-right: 18px; }
.header-top .lan-1:after { right: -11px; top: 4px; height: 10px; background: #b5b5b5; }
.header-top .lan-2 { margin-right: 0; }
.header-top .lan-2:after { display: none; }
.header-top .link:hover { color: #eb2533; }
.header { background-color: #fff; }
.header .logo { padding: 18px 0; }
.header .tel { margin-top: 32px; font-size: 0; }
.header .tel .icon { margin-right: 8px; width: 38px; height: 38px; }
.header .tel .txt-1 { font-size: 14px; color: #999; }
.header .tel .txt-2 { display: block; font-family: arial; font-size: 24px; font-weight: bold; color: #df1f2d; }
.nav { font-size: 0; text-align: center; background-color: #0054bd; border-bottom: 3px solid #106590; }
.nav .col { position: relative; margin-bottom: -3px; width: 11.11%; height: 42px; font-size: 14px; line-height: 45px; border-bottom: 3px solid #106590; }
.nav .col .link { display: block; width: 100%; color: #fff; }
.nav .col .icon { position: absolute; top: 15px; right: 100%; z-index: 1; width: 1px; height: 15px; background-position: -53px -38px; }
.nav .col-0 .icon { display: none; }
.nav .col:hover, .nav .cur { background-color: #df1f2d; border-bottom-color: #ac121d; z-index: 2; }

/*底部*/
.footer-link { line-height: 24px; background-color: #333; }
.footer-link .link { padding: 32px 60px 30px 100px; font-size: 0; }
.footer-link .link a { display: inline-block; *display: inline; *zoom: 1; margin-right: 35px; font-size: 14px; color: #bbb; }
.footer-link .link a:hover { color: #fff; }
.footer-link .txt { position: absolute; left: 0; top: 32px; color: #fff; }
.footer-link .top {
  position: absolute; top: 0; right: 0; width: 50px; height: 50px; line-height: 50px; color: #fff; text-align: center; background-color: #eb2533; overflow: hidden;
}
.footer-link .top .icon { position: absolute; left: 8px; top: 12px; width: 34px; height: 26px; background-position: -54px 0; }
.footer-link .top:hover .icon { top: 9px; }
.footer { padding: 36px 0; background-color: #333; border-top: 1px solid #666; }
.footer .logo { display: block; width: 155px; }
.footer .info { margin-left: 155px; margin-top: -8px; max-width: 780px; line-height: 32px; color: #ddd; }
.footer .info .col { margin-right: 20px; width: 340px; }
.footer .info .row { min-height: 32px; }
.footer .info .link { color: #ddd; }
.footer .info .link:hover { color: #fff; }
.footer .ewm { width: 100px; background-color: #fff; overflow: hidden; }
.footer .ewm .img { display: block; width: 100px; }

/* 右侧工具条 */
.floatright {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 99;
  width: 45px;
  height: 190px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright .fr-box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.82);
  background-color: #000\9;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright .fr-box p { position: absolute; left: 45px; top: 0; line-height: 45px; }
.floatright .fr-box:hover { background-color: #168fcc; }
.floatright .fr-top { z-index: 100; cursor: pointer; }
.floatright .fr-qq { position: absolute; top: 46px; right: 0; }
.floatright .fr-qq .link { position: absolute; top: 0; height: 0; width: 100%; height: 100%; text-indent: -9999px; overflow: hidden; }
.floatright .fr-call { position: absolute; top: 92px; right: 0; z-index: 100; overflow: hidden; }
.floatright .fr-call:hover { width: 160px; }
.floatright .fr-code { position: absolute; top: 138px; right: 0; z-index: 100; }
.fr-codeinfo {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 8px;
  padding: 5px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
}

/*内容*/
.banner { height: 400px; background: center no-repeat; }
.position { font-size: 0; line-height: 55px; }
.position .icon { width: 16px; height: 15px; background-position: -38px 0; }
.position .txt { margin-left: 12px; font-size: 12px; }
.sidebar { width: 240px; }
.sidebar .menu { margin-bottom: 38px; }
.sidebar .menu .type { display: none; }
.sidebar .menu .row { position: relative; margin-bottom: 2px; height: 55px; background-color: #fafafa; }
.sidebar .menu .txt {
  position: absolute;
  left: 50%;
  left: 30px\9;
  top: 0;
  max-width: 180px;
  line-height: 55px;
  color: #333;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.sidebar .menu .icon { position: absolute; right: 40px; top: 20px; width: 15px; height: 15px; background-position: -38px -15px; opacity: 0; filter: alpha(opacity=0); }
.sidebar .menu .link { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; }
.sidebar .menu .row:hover, .sidebar .menu .cur { background-color: #fff; }
.sidebar .menu .row:hover .txt, .sidebar .menu .cur .txt {
  left: 30px;
  max-width: 155px;
  color: #eb2533;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar .menu .row:hover .icon, .sidebar .menu .cur .icon { right: 30px; opacity: 1; filter: alpha(opacity=100); }
.sidebar .box { margin-bottom: 40px; border: 1px solid #ddd; }
.sidebar .box .title { padding: 0 19px; font-size: 16px; line-height: 53px; color: #333; text-align: center; background-color: #fafafa; border-bottom: 1px solid #ddd; }
.sidebar .box .list-p { padding: 20px 19px 0; }
.sidebar .list-p .row { padding-bottom: 12px; }
.sidebar .list-p .imgwr { height: 100px; overflow: hidden; }
.sidebar .list-p .img { display: block; width: 100%; }
.sidebar .list-p .txt { font-size: 12px; line-height: 32px; text-align: center; }
.sidebar .list-p .row:hover .img {
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.sidebar .box .list-t { padding: 11px 19px; }
.sidebar .list-t .row { position: relative; padding-left: 20px; font-size: 12px; line-height: 30px; }
.sidebar .list-t .dot { position: absolute; left: 0; top: 50%; margin-top: -3px; width: 6px; height: 6px; background-color: #d9d9d9; border-radius: 100%; }
.sidebar .cont .row { padding-left: 23px; }
.sidebar .cont .icon { position: absolute; top: 7px; left: 0; width: 15px; height: 15px; background-position: 0 -38px; }
.sidebar .cont .icon-2 { background-position: -15px -38px; }
.sidebar .cont .icon-3 { background-position: -30px -38px; }
.content { margin-bottom: 40px; padding: 0 50px 40px; width: 860px; background-color: #fff; }
.content .h1tit { padding: 36px 0 26px; font-size: 24px; color: #df1f2d; text-align: center; border-bottom: 1px solid #eee; }
.content .body { padding-bottom: 32px; line-height: 2.14; border-bottom: 1px solid #eee; }
.content .body img { max-width: 100%; }
.content .back {
  position: relative;
  margin: 40px auto 0;
  width: 140px;
  height: 40px;
  font-size: 0;
  text-align: center;
  background-color: #df1f2d;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(223, 31, 25, 0.3);
}
.content .back .txt { font-size: 14px; line-height: 40px; color: #fff; }
.content .back .icon { margin-left: 25px; width: 20px; height: 16px; background-position: -54px -26px; }
.content .back .link { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; }
.content .back:hover {
  box-shadow: 0 0 0 0 rgba(223, 31, 25, 0.3);
  -webkit-transform: translate3d(0, 3px, 0);
  -moz-transform: translate3d(0, 3px, 0);
  -ms-transform: translate3d(0, 3px, 0);
  -o-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
.content .back:hover .icon { margin-left: 20px; }
.pagei { margin-top: 14px; line-height: 25px; color: #999; }
.pagel { margin-top: 14px; font-size: 0; text-align: center; text-transform: uppercase; }
.pagel li {
  display: inline-block; *display: inline; *zoom: 1; margin-left: 10px; margin-bottom: 5px; font-size: 14px; line-height: 23px; color: #999; border: 1px solid #eee;
}
.pagel a { display: block; padding: 0 8px; }
.pagel .thisclass { padding: 0 8px; color: #df1f2d; border-color: #df1f2d; }
.pagel .thisclass a { display: inline; padding: 0; color: #df1f2d; }
.pagel span { display: none; }
.pageb { margin-top: 20px; font-size: 12px; }
.pageb .col { width: 48%; }
.pageb .next { text-align: right; }
.pageb a { color: #999; }
.pageb a:hover { color: #df1f2d; }
.pageb .row { line-height: 30px; }
.pageb .bshare-custom { position: absolute; right: 0; top: 26px; font-size: 14px; }
.rcmdpro { margin-bottom: 60px; padding: 30px 50px 10px; width: 860px; background-color: #fff; }
.rcmdpro .title { padding-bottom: 16px; border-bottom: 1px solid #eee; }
.rcmdpro .title .txt { position: relative; padding-left: 14px; font-size: 16px; color: #333; }
.rcmdpro .title .txt:after { content: ''; position: absolute; left: 0; top: 50%; margin-top: -7px; width: 3px; height: 15px; background-color: #df1f2d; }
.rcmdpro .title .more { font-size: 12px; line-height: 22px; color: #df1f2d; }
.rcmdpro .title .more:hover {
  color: #ff0000;
  -webkit-transform: translate3d(6px, 0, 0);
  -moz-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}
.rcmdpro .list { margin: 20px -25px 0; }
.rcmdpro .list .col { margin-left: 25px; width: 270px; text-align: center; }
.rcmdpro .col .imgwr { height: 168px; text-align: center; border: 1px solid #ddd; overflow: hidden; }
.rcmdpro .col .img { max-width: 100%; vertical-align: top; }
.rcmdpro .col .txt { line-height: 48px; }
.rcmdpro .col:hover .imgwr { border-color: #eb2533; }
.rcmdpro .col:hover .img {
  -webkit-transform: translateZ(0) scale(1.06);
  -moz-transform: translateZ(0) scale(1.06);
  -ms-transform: translateZ(0) scale(1.06);
  -o-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}

/*简介*/
.about { position: relative; margin-top: 30px; margin-bottom: 40px; }
.about .slidewr { margin: 0 auto; width: 735px; height: 270px; overflow: hidden; }
.about .slidewr .slide { width: 1000%; }
.about .slidewr .item { width: 735px; height: 270px; overflow: hidden; }
.about .slidewr .img { display: block; width: 100%; }
.about .btn { position: absolute; top: 0; width: 18px; height: 100%; background: url(../img/icon_arrow.jpg) left center no-repeat; }
.about .prev { left: 0; }
.about .next { right: 0; background-position: -54px center; }
.about .prev:hover { background-position: -18px center; }
.about .next:hover { background-position: -36px center; }

/*荣誉*/
.imglist-2 .list { margin-top: 40px; font-size: 0; border-bottom: 1px solid #eee; }
.imglist-2 .col { margin-right: 40px; padding-bottom: 25px; width: 260px; text-align: center; vertical-align: top; }
.imglist-2 .marr0 { margin-right: 0; }
.imglist-2 .col .imgwr { height: 160px; border: 1px solid #eee; overflow: hidden; }
.imglist-2 .col .img { max-width: 100%; vertical-align: top; }
.imglist-2 .col .tit { font-size: 14px; line-height: 43px; color: #666; }
.imglist-2 .col:hover .img {
  -webkit-transform: translateZ(0) scale(1.06);
  -moz-transform: translateZ(0) scale(1.06);
  -ms-transform: translateZ(0) scale(1.06);
  -o-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}
.imglist-3 .col:hover .tit { color: #eb2533; }
.imglist-3 .col .imgwr { border: none; }
.imglist-3 .col .img { display: block; width: 100%; max-width: auto; }

/*新闻*/
.artlist .list { padding-bottom: 40px; border-bottom: 1px solid #eee; }
.artlist .row { margin-top: 40px; }
.artlist .row .imgwr { width: 320px; height: 200px; overflow: hidden; }
.artlist .row .img { display: block; width: 100%; }
.artlist .row .conwr { margin-top: 16px; width: 500px; }
.artlist .row .tit { font-size: 18px; color: #333; }
.artlist .row .desc { margin-top: 12px; font-size: 12px; line-height: 24px; color: #666; }
.artlist .row .info { margin-top: 24px; padding-top: 24px; font-size: 12px; border-top: 1px solid #eee; }
.artlist .row .icon { margin-top: 7px; width: 15px; height: 15px; background-position: -74px -26px; }
.artlist .row .time { margin-top: 7px; margin-left: 10px; line-height: 15px; color: #999; }
.artlist .row .more { width: 88px; line-height: 28px; color: #df1f2d; text-align: center; border: 1px solid #df1f2d; border-radius: 4px; }
.artlist .row:hover .img {
  -webkit-transform: translateZ(0) scale(1.06);
  -moz-transform: translateZ(0) scale(1.06);
  -ms-transform: translateZ(0) scale(1.06);
  -o-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}
.artlist .row:hover .tit { color: #df1f2d; }
.artlist .row:hover .more { color: #fff; background-color: #df1f2d; }

.artcon .h1tit { padding-bottom: 0; border-bottom: none; }
.artcon .info { margin-top: 8px; margin-bottom: 32px; padding-bottom: 20px; font-size: 12px; color: #999; text-align: center; border-bottom: 1px solid #eee; }

/*产品*/
.prolist .row .imgwr { width: 348px; height: 248px; text-align: center; border: 1px solid #eee; }
.prolist .row .img { display: inline; max-width: 100%; width: auto; vertical-align: top; }
.prolist .row .conwr { margin-top: 0; width: 510px; }
.prolist .row .tit { padding-left: 40px; padding-right: 10px; font-size: 16px; line-height: 45px; background-color: #f5f5f5; }
.prolist .row .desc { margin-top: 24px; padding-left: 40px; font-size: 14px; }
.prolist .row .info { margin-top: 6px; padding-top: 0; border-top: none; }

.procon { padding-top: 50px; }
.procon .left { position: relative; width: 400px; }
.procon .left .bigimg { position: relative; height: 398px; text-align: center; border: 1px solid #ddd; overflow: hidden; }
.procon .left .zoomimg {
  display: none; position: absolute; top: 0; left: 100%; width: 398px; height: 398px; background-color: #fff; border: 1px solid #ddd; overflow: hidden;
}
.procon .left .zimg { position: absolute; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.procon .left .bimg {
  position: relative;
  top: 50%;
  top: 0\9;
  max-width: 100%;
  max-height: 398px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.procon .left .slidewr { margin: 10px auto 0; width: 340px; overflow: hidden; }
.procon .left .slide { width: 1000%; }
.procon .left .item { margin-right: 12px; width: 74px; height: 74px; border: 1px solid #ddd; overflow: hidden; cursor: pointer; }
.procon .left .cur { border-color: #eb2533; }
.procon .left .item .img { display: block; width: 100%; }
.procon .left .btn { position: absolute; bottom: 0; width: 18px; height: 76px; background: url(../img/icon_arrow.jpg) 0 center no-repeat; }
.procon .left .prev { left: 0; }
.procon .left .next { right: 0; background-position: -54px center; }
.procon .left .prev:hover { background-position: -18px center; }
.procon .left .next:hover { background-position: -36px center; }
.procon .right { width: 430px; }
.procon .right .tit { font-size: 18px; color: #eb2533; }
.procon .right .con { margin-top: 14px; line-height: 1.8; }
.procon .right .tel { margin-top: 24px; font-size: 16px; font-weight: bold; color: #333; }
.procon .right .num { font-size: 20px; color: #eb2533; vertical-align: bottom; }
.procon .right .btn {
  display: block;
  margin-top: 30px;
  width: 140px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #df1f2d;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(223, 31, 25, 0.3);
}
.procon .right .btn:hover {
  box-shadow: 0 0 0 0 rgba(223, 31, 25, 0.3);
  -webkit-transform: translate3d(0, 3px, 0);
  -moz-transform: translate3d(0, 3px, 0);
  -ms-transform: translate3d(0, 3px, 0);
  -o-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
.procon .typetit { margin: 30px 0 20px; padding: 0 10px; font-size: 16px; line-height: 40px; color: #fff; background-color: #eb2533; }
#mark { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/*案例*/
.imglist .list { padding-bottom: 40px; border-bottom: 1px solid #eee; }
.imglist .col { position: relative; margin-top: 40px; margin-right: 40px; width: 260px; height: 190px; overflow: hidden; }
.imglist .col-2 { margin-right: 0; }
.imglist .col .img { display: block; width: 100%; }
.imglist .col .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 12px 4%;
  width: 92%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #000\9;
}
.imglist .col:hover .img {
  -webkit-transform: translateZ(0) scale(1.06);
  -moz-transform: translateZ(0) scale(1.06);
  -ms-transform: translateZ(0) scale(1.06);
  -o-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}
.imglist .col:hover .tit { background-color: #000; }

/*加入*/
.hrlist { margin-top: 30px; }
.hrlist .list { padding-bottom: 40px; border-bottom: 1px solid #eee; }
.hrlist .row { margin-bottom: 1px; height: 58px; line-height: 58px; color: #333; background-color: #f8f8f8; }
.hrlist .tit { font-size: 16px; color: #fff; background-color: #0e63b8; }
.hrlist .row .col { padding: 0 1%; width: 23%; text-align: center;}
.hrlist .row .more:hover { color: #eb2533; }

/*联系*/
.contact { margin-top: 40px; }
.contact .conwr { max-width: 690px; }
.contact .conwr .tit { margin-bottom: 16px; font-size: 20px; color: #333; }
.contact .conwr .row { position: relative; padding-left: 35px; line-height: 30px; }
.contact .conwr .ico { position: absolute; left: 0; top: 5px; width: 21px; height: 21px; background: url(../img/icon_cont.jpg) 0 0 no-repeat; }
.contact .conwr .ico-2 { background-position: 0 -21px; }
.contact .conwr .ico-3 { background-position: 0 -42px; }
.contact .conwr .ico-4 { background-position: 0 -63px; }
.contact .conwr .ico-5 { background-position: 0 -84px; }
.contact .ewmwr { margin-top: 4px; width: 150px; }
.contact .ewmwr .imgwr { padding: 2px; width: 147px; border: 1px solid #ddd; }
.contact .ewmwr .img { display: block; width: 100%; }
.contact .ewmwr .txt { margin-top: 12px; font-size: 12px; color: #999; text-align: center; }
.map { margin-top: 35px; height: 350px; }

/* lytebox 弹出灯窗 */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
  #lbOverlay.grey { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a, #lbMain img { -webkit-transition: none; -o-transition: none; transition: none; }
#lbMain a img { border: none; }
#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
  #lbOuterContainer.grey { border: 3px solid #fff; }
#lbDetailsContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; }
  #lbDetailsContainer.grey { border: 3px solid #fff; border-top: none; }
#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
  position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../img/loading.gif) center no-repeat;
}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbPrev { width: 49%; height: 100%; background: transparent url(../img/blank.gif) no-repeat; display: block; left: 0; float: left; }
  #lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../img/prev_grey.gif) left 15% no-repeat; }
#lbNext { width: 49%; height: 100%; background: transparent url(../img/blank.gif) no-repeat; display: block; right: 0; float: right; }
  #lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../img/next_grey.gif) right 15% no-repeat; }
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
  #lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
  #lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbDetailsData { padding: 0 10px; }
  #lbDetailsData.grey { color: #333333; }
#lbDetails { width: 60%; float: left; text-align: left; font-size:12px;}
#lbCaption { display: block; font-weight: bold; margin: 5px 5px 10px; line-height: 20px; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; margin-left:5px; display:none; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
  #lbClose.grey { background: url(../img/close_grey.png) no-repeat; }
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
  #lbPlay.grey { background: url(../img/play_grey.png) no-repeat; }
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
  #lbPause.grey { background: url(../img/pause_grey.png) no-repeat; }