/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.imgDisplay{
background: url(../lib/bg_img_gal.gif) no-repeat;
padding: 14px 13px;
width: 465px;
height: 320px;
}

.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: 74px;
    height: 54px;
}

/**
 * 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".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* SKIN.CSS */

.gallery .jcarousel-container {
    /*-moz-border-radius: 10px;*/
    background: #fff;
    /*border: 1px solid #346F97;*/
}

.gallery .jcarousel-container-horizontal {
    width: 445px;
    padding: 20px;
}

.gallery .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.gallery .jcarousel-clip-horizontal {
	 margin-left: 3px;
    width:  439px;
    height: 75px;
}

.gallery .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.gallery .jcarousel-item {
    width: 75px;
    height: 75px;
}

.gallery .jcarousel-item-horizontal {
    margin-right: 10px;
}

.gallery .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.gallery .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.gallery .jcarousel-next-horizontal {
    position: absolute;
    top: 38px;
    right: 5px;
    width: 15px;
    height: 54px;
    cursor: pointer;
    background: url(../lib/arrow_right.gif) no-repeat;
}

.gallery .jcarousel-next-horizontal:hover {
  /*  background-position: -32px 0;*/
}

.gallery .jcarousel-next-horizontal:active {
   /* background-position: -64px 0;*/
}

.gallery .jcarousel-next-disabled-horizontal,
.gallery .jcarousel-next-disabled-horizontal:hover,
.gallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
   /* background-position: -96px 0;*/
}

.gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 38px;
    left: 5px;
    width: 15px;
    height: 54px;
    cursor: pointer;
    background: url(../lib/arrow_left.gif) no-repeat;
}

.gallery .jcarousel-prev-horizontal:hover {
  /*  background-position: -32px 0;*/
}

.gallery .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.gallery .jcarousel-prev-disabled-horizontal,
.gallery .jcarousel-prev-disabled-horizontal:hover,
.gallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}
