body
{
font-size:8pt;
background:#7e1338;
}

th
{
text-align:center;
}

a:link, a:hover, a:visited, img
{
border:0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1051px;
	background:white;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 286px;
}

#side-b {
	float: right;
	width: 286px;
}

#content { 
	float: left;
	width: 468px;
}

.main
	{
	clear:both;
	float:left;
	width:100%;
	}

.maincars
	{
	height:250px;
	clear:both;
	float:left;
	width:100%;
	}


#footer {
	clear: both;
	background: #A2A2A2;
}

/* infinite carousel */

.infiniteCarousel {
	background:white;
  width: 400px;
  position: relative;
}



.infiniteCarousel .wrapper { background:white;
  width: 450px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
height:24em;
  min-height: 24em;
  margin: 0 10px;
  position: absolute;
  top: 0;
}


.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: 5px;
  height: 180px;
  width: 150px;
}

.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;
}

.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;
}

