#wrap2 
{width: 883px;}

.ContentDiv .jcarousel-clip 
{
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    /*float:left;*/
    /*width: 883px;*/
}

.ContentDiv .jcarousel-list {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    float:left;
    /*height: 449px;*/
}

.ContentDiv .jcarousel-list li,
.ContentDiv .jcarousel-item {
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 883px;
    height: 449px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    float:left;
}

.ContentDiv .jcarousel-container-horizontal {
    /*width: 1000px;*/
    position: relative;
    /*height: 449px;*/
}

/**
 *  Horizontal Buttons
 */
.ContentDiv .jcarousel-next-horizontal {
    z-index: 1;
    position: absolute;
    margin-top: 0px;
    
    margin-left:843px;
    width: 55px;
    height: 449px;
    cursor: pointer;
    background: transparent url(../../Images/shared/freccia_dx.png) no-repeat 0 0;
    display: none;
    float:left;
}

.ContentDiv .jcarousel-prev-horizontal 
{
	z-index: 1;
    position: absolute;
    
    margin-left: -1px;
    margin-top: 0px;
    /*left: 30px;*/
    width: 55px;
    height: 449px;
    cursor: pointer;
    background: transparent url(../../Images/shared/freccia_sx.png) no-repeat 0 0;
    display: none;  
    float:right;
}
