div.tx-gallery
{
  background: #fff;
  overflow: hidden;
  width: 380px;
  height: 370px;
  background: #fff url(/tx-gallery/spinner.gif) center center no-repeat;
}

div.tx-gallery div.title-bg
{
  position: absolute;
  left: 410px;
  background: #000;
  margin-top: -285px;
  width: 380px;
}

div.tx-gallery div.title
{
  position: absolute;
  left: 410px;
  color: #fff;
  padding: 3px 5px;
  margin-top: -285px;
  width: 370px;
  font-weight: normal;
}

div.tx-gallery div.carousel
{
  position: relative;
  float: left;
  padding: 5px 0px;
  height: 75px;
  overflow: hidden;
  width: 340px;
  z-index: 1;
}

div.tx-gallery .carousel-left,
div.tx-gallery .carousel-right
{
  cursor: pointer;
  z-index: 200;
  border: 5px #fff solid;
  border-left: 0px;
  border-right: 0px;
  padding: 0px;
  width: 20px;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
}

div.tx-gallery .carousel-left
{
  float: left;
  background-image: url(/tx-gallery/l.png)
}

div.tx-gallery .carousel-right
{
  float: right;
  background-image: url(/tx-gallery/r.png)
}

div.tx-gallery ul
{
  display: block;
  list-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

div.tx-gallery li
{
  float: left;
  width: 100px;
  height: 75px;
  display: block;
  padding: 0px 5px 0px 0px !important;
}
div.tx-gallery li a
{
  width: 100px;
  height: 75px;
  display: block;
  overflow: hidden;
  background: #000;
  text-align: center;
}
div.tx-gallery li a
{
  border: 1px #999 solid;
}

div.tx-gallery li a.active
{
  border: 1px #000 solid;
}

div.tx-gallery div.canvas
{
  border: 0px #f00 solid;
  width: 380px;
  height: 285px;
  background: #fff url(/tx-gallery/spinner.gif) center center no-repeat;
}
