p#link_ipo {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
}
p#link_ipo a,p#link_ipo a:hover {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 14px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    background: #6db3f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

}

.jcarousel-skin-tango .jcarousel-item {
    height:260px;
}

.jcarousel-clip.jcarousel-clip-horizontal {
    height: 300px;
}

.price {
    background: #000;
    width: 100%;
    display: none;
    font-size: 14px;
    color: #fff;
    padding: 0;
    text-align: left;
    margin-top: 5px;
    border-radius: 4px;
}
.price span {
    display: block;
    width:50%;
    float:left;
    padding: 4px 0;
    text-align: center;
}
.price .num {
    background:#fff;
    display: block;
    float:left;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.text {
    color: black;
    background: #000;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.editorDatas{
    position: absolute;
    top: -60px;
    left: 0;
    color: #fff;
}
#adv_300x250 {
    /*width:360px;
    height:289px;
    background:url(../images/bg_advhome.png) no-repeat 0 0;*/
    position: absolute;
    top: 0;
    right: 5px;
}
#adv_300x250 .adv_cont {
    /*width:300px;
    height:250px;
    overflow:hidden;*/
    margin: 17px 0 0 27px;
}
#advclose_300x250 {
    background-color: #fff;
    background-image: url(../images/closeadv.gif);
    /*position: absolute;
    top: 272px;
    right: 34px;
    text-align: center;*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 0;
    text-indent: -9000px;
    float: right;
}
#contscorrimenti {
    padding-bottom:50px;
}