/* JCAROUSEL.CSS */

  .jcarousel-container {
    position: relative;
  }
  .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .jcarousel-list li,
  .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
  }
  .jcarousel-next {
    z-index: 3;
    display: none;
  }
  .jcarousel-prev {
    z-index: 3;
    display: none;
  }

/* PHOTOS */

  #photo-carousel {
/*    visibility: hidden;*/
    height: 136px;
    overflow: hidden;
  }
  .jcarousel-skin-resto .jcarousel-container { }
  .jcarousel-skin-resto .jcarousel-container-horizontal {
    width: 546px;
    padding: 3px 33px;
  }
  .jcarousel-skin-resto .jcarousel-clip-horizontal {
    width:  100%;
    height: 130px;
  }
  .jcarousel-skin-resto .jcarousel-item {
    width: 180px;
    height: 130px;
  }
  .jcarousel-skin-resto .photo {
    width: 180px;
    height: 130px;
    margin: 0px;
  }
  .jcarousel-skin-resto .jcarousel-item-horizontal {
    margin-right: 3px;
  }
  .jcarousel-skin-resto .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 136px;
    cursor: pointer;
    background: transparent url(/images/blocks/photo-scroll-right.png) no-repeat 0 0;

     /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/photo-scroll-right.png', sizingMethod='scale'
    );
  }
  .jcarousel-skin-resto .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33px;
    height: 136px;
    cursor: pointer;
    background: transparent url(/images/blocks/photo-scroll-left.png) no-repeat 0 0;

    /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/photo-scroll-left.png', sizingMethod='scale'
    );
  }
  .jcarousel-skin-resto .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: transparent url(/images/blocks/photo-scroll-right-inactive.png) no-repeat 0 0;
  }
  .jcarousel-skin-resto .jcarousel-prev-disabled-horizontal {
    cursor: default;
    background: transparent url(/images/blocks/photo-scroll-left-inactive.png) no-repeat 0 0;
  }

  .photo-container, .progress-container {
    background: #eee;
    padding: 10px;
  }
  .photo-container {
    visibility: hidden;
    overflow: hidden;
    width: 200px;
  }

  /* Place title with black background */
  .jcarousel-skin-resto div.title-container,
  .jcarousel-simple-list div.title-container {
    position: relative;
  }
  .jcarousel-skin-resto div.title-container div.title-black,
  .jcarousel-simple-list div.title-container div.title-black {
    position: absolute;
    top: 108px;
    left: 0px;
    background: transparent url(/images/blocks/photo-bottom-border.png) no-repeat 0 0;
    width: 180px;
    height: 22px;

    /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/photo-bottom-border.png', sizingMethod='scale'
    );
  }

  .jcarousel-simple-list div.title-container div.title-black-big,
  .jcarousel-skin-resto div.title-container div.title-black-big {
    position: absolute;
    top: 100px;
    left: 0px;
    background: transparent url(/images/blocks/photo-bottom-border-big.png) no-repeat 0 0;
    width: 180px;
    height: 30px;

    /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/photo-bottom-border.png', sizingMethod='scale'
    );
  }

  .jcarousel-skin-resto div.title-container div.title-black div,
  .jcarousel-simple-list div.title-container div.title-black div,
  .jcarousel-simple-list div.title-container div.title-black-big div,
  .jcarousel-skin-resto div.title-container div.title-black-big div {
    padding: 5px 13px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
  }

  .jcarousel-simple-list-wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .jcarousel-simple-list-container {
    float: left;
    left: 50%;
    position: relative;
  }
  .jcarousel-simple-list {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .jcarousel-simple-list li {
    float: left;
    margin-right: 3px;
  }
  .jcarousel-simple-list li .photo {
    margin: 0px;
  }
