.infiniteCarousel {
  width: 473px; 
  position: relative;
  height: 151px;
}

.infiniteCarousel .wrapper {
  width: 393px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 151px;
  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;
  height: 151px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 151px;
  width: 113px;
}

.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: 57px;
  cursor: pointer;
}

.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;
}
*/



/* iPhone */



#infCarIP.infiniteCarousel {
  width: 327px; 
  height: 500px;
  margin:auto;
  margin-top:70px;
}

#infCarIP.infiniteCarousel .wrapper {
  width: 230px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 500px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}


#infCarIP .wrapper ul {
/*background: #000000;*/
 
  height: 500px;
}

#infCarIP ul li{
  padding: 20px;
  height: 500px;
  width: 250px;
}

#infCarIP  ul li img{
margin-bottom:90px;
}



#infCarIP  ul li a
{
display:block;
width: 210px;
text-align:center;
height:40px;
background: #FFFFFF;
}

#infCarIP.infiniteCarousel .arrow {
top: 140px;
}

#infCarIP .phone{
 height: 469px;
  width: 250px;
position:absolute;
top:-50px;
left:37px;
z-index:10;
background: url(../images/iphone.png) no-repeat 0 0;
}







