/* =========================================================================
 Web site    : スリー電子
 Site URL    : http://www.three-denshi.com/
 File name   : sexylightbox.css (/common/css/sexylightbox.css)
 Summary     : sexylightbox style(jsのスタイル)
 Created     : 2010-07-05
 Last update : 2010-07-05
 Copyright   : スリー電子
========================================================================= */

#SLB-Wrapper {
  margin: 0.5em 0px;
  margin: auto;
  font-family: Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background {
  position: absolute;
  left: 7px;
  top: 7px;
  float: left;
}

#SLB-Wrapper #SLB-Top {
  background: transparent no-repeat scroll 100% 0px;
  height: 28px;
  margin: 0px 0px 0px 18px;
}

#SLB-Wrapper #SLB-Top a {
  float: right;
  display: inline;
  padding: 0px;
  margin: 5px 10px;
  width: 41px;
  height: 16px;
  text-decoration: none;
}

#SLB-Wrapper #SLB-Top a:hover {
  background-position: 0px -16px;
}

#SLB-Wrapper #SLB-Top img {
  float: right;
  border: 0px;
  margin: 6px 10px;
  width: 41px;
  height: 16px;
}

#SLB-Wrapper #SLB-Top div {
  background: transparent no-repeat scroll 0 0;
  font-size: 0px;
  height: 28px;
  left: -18px;
  line-height: 0px;
  position: relative;
  width: 18px;
}

#SLB-Wrapper #SLB-Bottom {
  background: transparent no-repeat scroll 0px 43%;
  height: 20px;
  margin: 0px 18px 0px 0px;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  background: transparent no-repeat scroll 100% 43%;
  font-size: 0px;
  height: 20px;
  right: -18px;
  line-height: 0px;
  position: relative;
  width: 100%;
  float: right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav,
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight {
  height: 52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
  background-position: 0px 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight {
  background-position: 100% 100%;
}

#SLB-Wrapper #SLB-Contenido {
  border-left: 7px solid #000000;
  border-right: 7px solid #000000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador {
  font-size: 11px;
  color: #ffffff;
  height: 30px;
  border-left: 0px;
  border-right: 0px;
  padding: 10px 0px;
  margin: 0px;
  line-height: 11px;
  float: left;
  width: 100%;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right,
#SLB-Wrapper #SLB-Navegador #SLB-Left {
  display: inline;
  padding: 0px;
  margin: 0px;
  width: 26px;
  height: 26px;
  text-decoration: none;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right {
  background-position: 26px 0px;
  margin: 0px 18px 0px 10px;
  float: right;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right:hover {
  background-position: 26px -26px;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left {
  background-position: 52px 0px;
  margin-right: 10px;
  float: left;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left:hover {
  background-position: 52px -26px;
}

#SLB-Wrapper #SLB-Navegador strong {
  display: block;
  padding-top: 5px;
}

