/** * This
element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */ /*--------------------------------------------- HOMEPAGE ---------------------------------------------*/ /** * This
element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */ /** * This
element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */ #home .jcarousel-container { position: relative; } #home .jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; } #home .jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; } .jcarousel-item { float: left; list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */ width: 75px; height: 75px; } /** * The buttons are added dynamically by jCarousel before * the
    list (inside the
    described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */ #home .jcarousel-next { z-index: 3; display: none; } #home .jcarousel-prev { z-index: 3; display: none; } /*--------------------------------------------- INDEPENDANT AGENTS ---------------------------------------------*/ #companies .jcarousel-container { position: relative; width:100% !important; } #companies .jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; } #companies #ia_carousel.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; } #companies #ia_carousel .jcarousel-item { float: left; list-style: none; width: 400px; height: 50px; } #companies .jcarousel-clip.jcarousel-clip-horizontal { width:400px !important; } #companies #ia_carousel { margin:0px !important; padding:10px 0px !important; display:block; } #companies #ia_carousel li { display:block; float:left; margin:5px 0px 0px; width:50%; padding:2px 0px 0px; text-align:left; } #companies #ia_carousel a:link, #companies #ia_carousel a:hover, #companies #ia_carousel a:active, #companies #ia_carousel a:visited, #companies #ia_carousel a { border-right: 1px solid #c4c4c4; display: block; float: left; width:50%; padding-right:0px; margin-right:23px; margin-top:-5px; text-align:center; } #companies #ia_carousel a:link img, #companies #ia_carousel a:hover img, #companies #ia_carousel a:active img, #companies #ia_carousel a:visited img, #companies #ia_carousel a img { margin-left:20px; position:relative; } /** * The buttons are added dynamically by jCarousel before * the
      list (inside the
      described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */ #companies .jcarousel-next { z-index: 3; display: none; } #companies .jcarousel-prev { z-index: 3; display: none; }