.jcarousel-skin-gallery { width: 620px; background: url(/sites/all/themes/prima/iprima/images/gallery-bg.png) center left repeat-x; }
.jcarousel-skin-gallery .jcarousel-container {
}

.jcarousel-skin-gallery .jcarousel-container-horizontal {
    width: 100%;
}

.jcarousel-skin-gallery .jcarousel-clip-horizontal {
    width: 526px;
    margin: 0 47px;
    height: 88px;
}

.jcarousel-skin-gallery .jcarousel-item {
    width: 98px;
    height: 88px;
}

.jcarousel-skin-gallery .jcarousel-item-horizontal {
    margin-right: 8px;
    margin-top: 16px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gallery .jcarousel-next-horizontal {
    position: absolute;
    top: 34px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/sites/all/themes/prima/iprima/images/gallery-next.png) no-repeat;
    background-position: top right;
}

.jcarousel-skin-gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 34px;
    left: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/sites/all/themes/prima/iprima/images/gallery-prev.png) no-repeat;
    background-position: top left;
}
.jcarousel-skin-gallery .jcarousel-clip-horizontal { z-index: 100; }
/***
 * LIGHTBOX FIX FOR IMAGES
 **/
#outerImageContainer
{
	padding:10px !important;
}
#imageDataContainer {
  padding: 10px;
}
#outerImageContainer #imageContainer
{
	padding:0px !important;
}
#outerImageContainer.videoplayer-data
{
	padding:0px !important;
}
#imageDataContainer.videoplayer-data {
  padding: 0px;
}


