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

.categories_list {
  position: relative;
  /*width: 408px;*/
  height: 167px;
  margin: 14px 0 0; 
}

#home_banner #carousel h2 {
  margin:0;
}

.categories_list li, #carousel span.previous, #carousel span.next  {
  float: left;
  display:block;
  width: 119px;
  height: 119px;
  margin-right: 7px;
  padding: 3px 4px;
  background: url(/images/common/border_photo_home.png) no-repeat;
}

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

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

#carousel span.next {
  left: 392px;
}

.categories_list a, .categories_list a img {
  display: block;
}

.categories_list a span {
  display: block;
  height: 40px;
  margin-top: 6px;
  cursor: pointer;
}

#carousel .belt {
 overflow:hidden;
 width:400px;
 height:181px;
 position:relative;
}


/* ------------- */
/* New Caroussel */
/* ------------- */
#my-caroussel { 
    height:200px; 
    background-color:#F1EEE7; 
    margin-bottom: 10px; 
    position:relative;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.my-categories-list {
    position: relative;
    margin: 0 0 25px 0;
    height: 152px;
    overflow: hidden;
}
#my-caroussel h2 { margin: 0; text-align: center; }
#my-caroussel .my-caroussel{
    height: 33px;
    margin: 0 45px; 
    padding: 0; 
    font-size: 14px; 
    text-transform: uppercase; 
    line-height: 2.5em; 
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: left;
    color: #EE710F;
}
.my-categories-list li, 
#my-caroussel span.previous, 
#my-caroussel span.next  {
    float:left;
    width: 98px;
    height: 150px;
    margin: 0 9px 9px 9px;
    padding: 0 25px;
    border: 1px solid #D1C2B6;
    text-align: center;
}
#my-caroussel span.previous, 
#my-caroussel span.next {
    position: absolute;
    top: 83px;
    width: 35px;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}
#my-caroussel span.previous { left: 0; }
#my-caroussel span.next { right: 0; }
.my-categories-list a, .my-categories-list a img { display: block; }
.my-categories-list p { text-align: center;margin: 0 -25px; padding-top: 6px; font-size: 11px;  }
.my-categories-list p a { color: #ee710f; text-decoration: none; font-weight: bold; }
.my-categories-list p a:hover { text-decoration:underline; }
.my-categories-list img { width: 100px; height: 100px; text-align: center; }
.my-categories-list a { color: #634d3b; text-decoration: none; }
.my-categories-list a:hover { text-decoration: underline; } 
.my-categories-list span {
    display: block;
    height: 25px;
    margin: 0 -25px;
    line-height: 2.5em;
    cursor: pointer;
    text-align: center;
}
#my-caroussel .my-belt {
    overflow: hidden;
    width: 835px;
    height: 152px;
    position: relative;
    left:35px;
}               

