﻿/*.infiniteCarousel {
	width: 830px;
	height: 368px;
	position: relative;
	vertical-align:top;
}
.infiniteCarousel .wrapper {
	width: 830px;  .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) 
	overflow: auto;
	height: 368px;
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	vertical-align:top;
}
.infiniteCarousel ul a img {
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0;
	padding:0;
}
.infiniteCarousel .wrapper ul {
	width: 1800px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	margin:0;
	padding:0;
	top: 0;
}
.infiniteCarousel ul li {
	display:block;
	float:left;
	padding-top: 10px;
	width: 286px;
	height: 368px;
	margin:0;
	padding:0;
}
.infiniteCarousel ul li a img {
	display:block;
	font-size:0px;
}

.infiniteCarousel .arrow 
{
	display: block;
	height: 36px;
	width: 37px;
	background: url(../images/product_arrows.png) no-repeat 0 0;
	text-indent: -1400px;
	position: absolute;
	top: 140px;
	cursor: pointer;
}
.infiniteCarousel .forward  this is the left one 
{
	background-position: 0 0;
	right: -40px;
}
.infiniteCarousel .forward:hover 
{
	background-position: 0 -36px;
}

.infiniteCarousel .back  this is the right one 
{
	background-position: 0 -73px;
	left: -40px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}*/


div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  width: 825px;
  min-height: 368px;
  /* Add scroll-bars */
  overflow: hidden;
}
ul.sc_menu {
  display: block;
  min-height: 368px;
  /* Max width here, for users without Javascript */
  width: 1800px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0;
}

.sc_menu a {
  display: block;
  text-decoration: none;
  border:0;
}
.sc_menu img {
  border:0;
}
.sc_menu img:hover {
    background: url(../images/prodOvr2.png) no-repeat center;
}
