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

.image-carousel-wrapper .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.image-carousel-wrapper .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

* html .image-carousel-wrapper .jcarousel-clip {
    width: 100%;
}

/** html .jcarousel-skin-tango .jcarousel-next-horizontal {
    top: 6px;
    right: 19px;    
}*/


.image-carousel-wrapper .jcarousel-list li,
.image-carousel-wrapper .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #E4E8EE;

    /* this is to fix collision with new day style of the text news lines */
    margin-top: 0px;
    padding-top: 0px;

}

.image-carousel-wrapper-caption .jcarousel-list li,
.image-carousel-wrapper-caption .jcarousel-item {
    height: 150px;
    line-height: 100px;
}

/* another collsion with other styles */
.image-carousel-wrapper .jcarousel-item a {margin-top: 0px;}


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

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


/*////////////////////////SKIN///////////////////////////*/

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-container {
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 40px;
    display: inline;
    width: 100%;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 105px;
}

.image-carousel-wrapper-caption .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 155px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    border: none!important;
}

.image-carousel-wrapper-caption .jcarousel-skin-tango .jcarousel-item {
    height: 150px;
    line-height: 150px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-item IMG {
    /*width: 150px;*/
    border: none;
    vertical-align: middle;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 58px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/portlets/flexigrid/next.gif) no-repeat 0 0;
}
/*
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}*/

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 58px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/portlets/flexigrid/prev.gif) no-repeat 0 0;
}
/*
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
*/
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.image-carousel-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.image-carousel-wrapper DIV.carousel-custom-container {margin-right: 80px;}

* html .image-carousel-wrapper div.carousel-custom-container {
    margin-right: 0px;
}

a.item-caption {line-height: 12px; height: 50px; vertical-align: middle; background-color: white; white-space: normal;}
a.item-image {line-height: 100px; height: 100px; vertical-align: baseline;}

.image-carousel-wrapper {height: 145px; overflow: hidden;}
.image-carousel-wrapper-caption {height: 175px;}

.nojs-images {display: block; overflow: hidden; height: 140px; margin-right: 40px;}
.nojs-images-v {margin-right: 0px;}
.nojs-images-caption {height: 180px; margin-bottom: 10px;}
.nojs-images ul {list-style: none; width: 100%;}
.nojs-images ul li {float: left; margin: 10px 10px 0 0; width: 150px;}
.nojs-images ul li a.img {width: 150px; text-align: center; background-color: #E4E8EE; vertical-align: middle; display: block;}
.nojs-images ul li a img {border: none; display: inline; }
