﻿
.brancheCarousel {
  width: 185px;
  height:35px;
  position: relative;
  margin:0 0 0 8px;
}

.brancheCarousel .brancheWrapper {
  width: 155px; /* .brancheCarousel width - (.brancheWrapper margin-left + .brancheWrapper margin-right) */
  overflow: auto;
  min-height: 3em;
  margin: 0 15px;
  position: absolute;
  top: 0;
}

.brancheCarousel ul a img {
  border: 0px;
}

.brancheCarousel .brancheWrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.brancheCarousel ul li {
  display:block;
  float:left;
  padding: 0 1px 0 0;
  height: 29px;
  width: 30px;
}

.brancheCarousel ul li a img {
  display:block;
}

.brancheCarousel .arrow {
  display: block;
  height: 15px;
  width: 15px;
  /*background: url(../../Images/arrow.png) no-repeat 0 0;*/
  /*text-indent: -999px;*/
  position: absolute;
  top: 7px;
  cursor: pointer;
  font-size: 90%;
  font-weight : bold;
  text-decoration: none;
  color : #143d8d;
  border:0px;
}

.brancheCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.brancheCarousel .back {
  background-position: 0 -30px;
  left: 0;
}

.brancheCarousel .forward:hover {
  background-position: 0 -15px;
}

.brancheCarousel .back:hover {
  background-position: 0 -45px;
}
