#carousel {
 position:relative; 
 height:85px;
}


a.img,
a.span{
	border:0px;
}
.categories_list {
  position: relative;
  /*width: 408px;*/
  height: 85px;
  margin: 0 0 0; 
}

#home_banner #carousel h2 {
  margin:0;
}

.categories_list li, #carousel span.previous, #carousel span.next  {
  float: left;
  display:inline;
  width: 80px;
  height: 80px;
  margin-right: 0px;
  padding: 5px 2px 5px;
  background: url(/images/common/border_photo_home.png) no-repeat;
  border:0px;
}

#carousel span.previous, #carousel span.next {
  position: absolute;
  top: 28px;
  float: none;
  width: 9px;
  margin: 0;
  padding: 0;
  background: none;
  border:0px;
}

#carousel span.previous {
  left: -5px;
  border:0px;
}

#carousel span.next {
  left: 295px;
  border:0px;
}

.categories_list a, .categories_list a img {
	display:inline;
	border:0px;
}

.categories_list a span {
	display:inline;
	height: 80px;
	margin-top: 0px;
	cursor: pointer;
	border : 0px;
}

#carousel .belt {
 overflow:hidden;
 width:290px;
 height:90px;
 position:relative;
 border:0px;
}