#wrap{
	height:250px;
}

.jcarousel-clip 
{
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 466px;
}

.jcarousel-list {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    float:left;
}

.jcarousel-list li,
.jcarousel-item {
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 466px;
    height: 246px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    float:left;
}

.jcarousel-container-horizontal {
    position: relative;
    height:246px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    z-index: 1;
    position: absolute;
    margin-top: 100px;
    margin-left:444px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../../../Images/Home/indietro.png) no-repeat 0 0;
    display: none;
    float:left;
}

.jcarousel-prev-horizontal 
{
	z-index: 1;
    position: absolute;
    margin-left: -15px;
    margin-top: 100px;
    /*left: 30px;*/
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../../../Images/Home/avanti.png) no-repeat 0 0;
    display: none;  
    float:right;
}