﻿label { display: block; } 

.infiniteCarousel {
  width: 730px;
  height: 180px;
  position: relative;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}

.infiniteCarousel .wrapper {
  width: 640px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  height: 175px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  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: 150px;
  width: 141px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel ul li a
{
     font-family:Arial, Helvetica;
     font-size:10px;
}

.infiniteCarousel ul li a:link 
{
    color:Black;  
}

.infiniteCarousel ul li a:visited 
{
    color:Black;  
}
    

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  text-indent: -999px;
  position: absolute;
  top: 57px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  background: url(right_arrow.jpg) no-repeat 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  background: url(left_arrow.jpg) no-repeat 0 0;
  left: 0;
}

#display_panel 
{
    width: 700px;
    overflow: hidden;
    float: left;
    height: 170px;
}

#image_list 
{
    position: relative;
    left: 0px;
    width: 2100px;
    list-style: none;
}

#image_list li
{
    float: left;
    width: 140px;
    text-align: center;
    display: inline;
}

#image_list li img
{
    width: 95px;
}


