﻿/* Standard styles */
html { margin: 0px; padding: 0px; width: 100%; height: 100%; }

.liveBody { float: left; margin: 0px; padding: 0px; width: 100%; height: 100%; font-size: 100%; font-family: Segoe UI, Arial; font-size:11px; color:#000000; }
.liveBody p { margin: 0px; }

.reContentCell textarea { background-color: Red; background: #719CCB; font-size: 100%; font-family: Verdana, Arial; color: white; }

.liveBody { background:#0B818E;}

/*label { display: block; } */

.infiniteCarousel {
  width: 548px;
  position: relative;
  height:180px;
}

.infiniteCarousel .wrapper {
  width: 458px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 180px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 936px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 160px;
  width: 136px;
}

.infiniteCarousel ul li img {
	max-width:130px; max-height:98px; border:2px solid #cccccc !important; margin:0px auto;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.infiniteCarousel .info { color:black; text-align:center; font-size:12px; line-height:15px;  }
.infiniteCarousel .info a { color:black; text-decoration:none; }
.infiniteCarousel .info a:hover { text-decoration:underline; }
