/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 #galleria {
 width:auto !important;
 height:55px;
 }
 
.jcarousel-container {
    position: relative;
}

.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:55px;
    height:55px;
}


/**
 * 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; /*!important;*/
}

.jcarousel-prev {
    z-index: 3;
    display: none; /*!important;*/
}

/**
 * Custom css below
 */
 
 
.jcarousel-skin-slideshow .jcarousel-container {
    xbackground: #e4e3e2;
	xborder:1px #CCCCCC solid;
}

/* HORIZONTAL */
.jcarousel-skin-slideshow .jcarousel-container-horizontal {
    width: auto;
    padding:0px;
}


.jcarousel-skin-slideshow .jcarousel-clip-horizontal {
    width:  autopx;
    height: 77px;

}

.jcarousel-skin-slideshow .jcarousel-item-horizontal{
    margin-right: 10px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-slideshow .jcarousel-next-horizontal {
    position: relative;
/*    top: 71px;
	left:62px;	*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*background: transparent url(../media/images/themes/heroes/next_hor.gif) no-repeat 0 0;*/
}

.jcarousel-skin-slideshow .jcarousel-next-horizontal:hover {
    background-position: -16px 0px;
}

.jcarousel-skin-slideshow .jcarousel-next-horizontal:active {
   background-position: -32px 0;
}

.jcarousel-skin-slideshow .jcarousel-next-disabled-horizontal,
.jcarousel-skin-slideshow .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-slideshow .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

.jcarousel-skin-slideshow .jcarousel-prev-horizontal {
    position: relative;
/*	top: 71px;
    left: 44px;*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*background: transparent url(../media/images/themes/heroes/next_hor.gif) no-repeat 0 0;*/
}

.jcarousel-skin-slideshow .jcarousel-prev-horizontal:hover {
    background-position: -16px 0;
}

.jcarousel-skin-slideshow .jcarousel-prev-horizontal:active {
    background-position: -32px 0;
}

.jcarousel-skin-slideshow .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-slideshow .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-slideshow .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

/* HORIZONTAL END */

/* VERTICAL */
.jcarousel-skin-slideshow .jcarousel-container-vertical {
    width: 48px;
    height: 48px;
    padding: 40px 20px;
}

.jcarousel-skin-slideshow .jcarousel-clip-vertical  {
    width:  48px;
    height: 245px;
}

.jcarousel-skin-slideshow .jcarousel-item-vertical {
    margin-bottom: 10px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-slideshow  .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-slideshow .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-slideshow .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-slideshow .jcarousel-next-disabled-vertical,
.jcarousel-skin-slideshow .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-slideshow .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-slideshow .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-slideshow  .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-slideshow .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-slideshow .jcarousel-prev-disabled-vertical,
.jcarousel-skin-slideshow .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-slideshow .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* VERTICAL END */

.jcarousel-skin-slideshow .jcarousel-item {
    width: 48px;
    height: 49px;
}

.jcarousel-skin-slideshow .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}





