.tarot_gallery_container {
  width: 300px;
  margin: 5px 0; }
.tarot_gallery_container h2 {
  line-height: 1em;
  margin: 0px;
  border-bottom: 1px solid #999;
  font-size: 28px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  color: #660066; }
.tarot_gallery_container h3 {
  margin: 0px 0px 5px 0px;
  font-size: 1.17em;
  font-weight: bold; }
.tarot_gallery_container .intro, .tarot_gallery_container .desc {
  margin-bottom: 5px; }
.tarot_gallery_container .intro {
  font-weight: bold;
  margin-top: 3px; }
.tarot_gallery_container .desc {
  font-weight: normal; }
.tarot_gallery_container .slide-box {
  margin-bottom: 5px;
  position: relative;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 4px 0px;
  background-image: url(http://gfx.tarot.com/images/photo-gallery/small-gallery-slider/pg-bg-tile-purple.png);
  background-repeat: repeat-x; }
.tarot_gallery_container .slide-box .left, .tarot_gallery_container .slide-box .right {
  position: absolute;
  top: 23px;
  background-image: url(http://gfx.tarot.com/images/photo-gallery/small-gallery-slider/pg-arrow-sprite-purple.png);
  display: block;
  width: 13px;
  height: 17px; }
.tarot_gallery_container .slide-box .left {
  left: 10px;
  background-position: 0px 0px; }
.tarot_gallery_container .slide-box .left:hover {
  background-position: -13px 0px; }
.tarot_gallery_container .slide-box .right {
  right: 10px;
  background-position: -39px 0px; }
.tarot_gallery_container .slide-box .right:hover {
  background-position: -26px 0px; }
.tarot_gallery_container .slide-box .img-container {
  position: absolute;
  top: 5px;
  left: 30px;
  right: 30px;
  bottom: 5px;
  height: 48px;
  width: 240px;
  overflow: hidden; }
.tarot_gallery_container .slide-box .img-container .inner {
  width: 1000px;
  height: 48px;
  position: absolute;
  top: 0px;
  left: 0px; }
.tarot_gallery_container .slide-box .img-container .inner a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #786a57;
  background-color: #fff;
  padding: 2px;
  margin: 0px 3px 0px 0px; }
.tarot_gallery_container .slide-box .img-container .inner a:hover {
  border-color: #fff; }
.tarot_gallery_container .slide-box .img-container .inner a img {
  width: 40px;
  height: 40px;
  border: 0; }
.tarot_gallery_container .links {
  height: 20px;
  position: relative; }
.tarot_gallery_container .links .left, .tarot_gallery_container .links .right {
  position: absolute;
  width: 150px;
  height: 20px;
  display: block;
  top: 0; }
.tarot_gallery_container .links .left {
  left: 0; }
.tarot_gallery_container .links .right {
  right: 0;
  text-align: right; }

* html .tarot_gallery_container .slide-box {
  height: 60px; }

*+html .tarot_gallery_container .slide-box {
  height: 60px; }
