/*
Image Reel
*/
.imageReelContainer
{
  height: 271px;
  width: 740px;
  background: #efefef;
  position: relative;
}

.imageReel
{
  margin: 0;
  position: relative;
  list-style: none;
}

ul.imageReel li
{
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
}
ul.imageReel li.show
{
  z-index: 500;
}

.paging
{
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  left: 0;
  z-index: 501;
  text-align: center;
  line-height: 16px;
  background: #454545;
  opacity: 0.85;
}

.paging a
{
  background: url('../images/imagereel/paging.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.paging a.active
{
  background: url('../images/imagereel/paging_active.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.paging a:hover
{
  color: #242424;
  font-weight: bold;
  text-decoration: none;
}