/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#carousel-gallery .jcarousel-container {position:relative;width:625px;}
#carousel-gallery .jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position:relative;width:575px;}
#carousel-gallery .jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
#carousel-gallery .jcarousel-list li{float:none;list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:189px; height:139px;}
#carousel-gallery .jcarousel-item {float: left;list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 189px; height:139px;}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#carousel-gallery .jcarousel-next {z-index: 3;float:right;background:url(../images/next.gif) no-repeat;width:19px;height:22px;margin:60px 0 0 5px;}
#carousel-gallery .jcarousel-prev {z-index: 3; float:left;background:url(../images/prev.gif) no-repeat;width:19px;height:22px;margin:60px 5px 0 0;}


/*carouselPlantSearch*/
#searchPlant-carousel {width:810px;border:1px solid #e2e3df;background:url(../images/bg-gallery.gif) left bottom repeat-x;margin-bottom:25px;}
#searchPlant-carousel h3 {font-size:30px;color:#96bf0d;padding-left:20px;}
#searchPlant-carousel .jcarousel-container {position:relative;width:810px;margin-bottom:25px;}
#searchPlant-carousel .jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position:relative;width:765px;}
#searchPlant-carousel .jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
#searchPlant-carousel .jcarousel-list li{float:left;list-style: none;margin:3px 2px;overflow:hidden;}
#searchPlant-carousel .jcarousel-item {list-style: none;}
#searchPlant-carousel .jcarousel-item a {margin:0;}
#searchPlant-carousel .jcarousel-item a img {border:2px solid #96bf0d;}
#searchPlant-carousel .jcarousel-item p {color:#6e1d0e;font-size:12px;width:163px;text-align:center;padding:0 10px;}
#searchPlant-carousel .jcarousel-next {z-index: 3;float:right;background:url(../images/next.gif) no-repeat;width:19px;height:22px;margin:60px 0 0 2px;}
#searchPlant-carousel .jcarousel-prev {z-index: 3; float:left;background:url(../images/prev.gif) no-repeat;width:19px;height:22px;margin:60px 2px 0 0;}

