.ContentDiv .StoreSlideImages .jcarousel-clip 
{
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    width:364px;
}

.ContentDiv .StoreSlideImages .jcarousel-list {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.ContentDiv .StoreSlideImages .jcarousel-list li,
.ContentDiv .StoreSlideImages .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 124px;
    height: 122px;
    overflow: hidden;
    position: relative;
}

.ContentDiv .StoreSlideImages .jcarousel-container-horizontal {
    width: 370px;
    padding: 19px 30px;
    position: relative;
}

.ContentDiv .StoreSlideImages .jcarousel-item {
   width: 124px;
   height: 122px;
   overflow: hidden;
   position: relative;
}

/**
 *  Horizontal Buttons
 */
.ContentDiv .StoreSlideImages .jcarousel-next-horizontal {
    position: absolute;
    margin-top: 60px;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../../Images/freccia_DX.png) no-repeat 0 0;
    display: none;
    margin-left:0px;
}

.ContentDiv .StoreSlideImages .jcarousel-prev-horizontal {
    position: absolute;
    margin-top: 60px;
    left: 14px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../../Images/freccia_SX.png) no-repeat 0 0;
    display: none;   
    margin-left:0px;
}
