
#pagesContent
{
    position: relative;
    border: 1px solid black;
    /*
    width:80%;
    float:left;
    */
}

#pagesContent .naviPage
{
    position: absolute;
    height: 100%;
    width: 100px;
    z-index: 15;
    background-color: #FFF;

}

#pagesContent #prevPage
{
    top: 0px;
    left: 0px;
    background-image:url(/intl/img/preview/prev.png);
    background-position:center;
    background-repeat:no-repeat;
    cursor: pointer;
}

#pagesContent #nextPage
{
    top: 0px;
    right: 0px;
    background-image:url(/intl/img/preview/next.png);
    background-position:center;
    background-repeat:no-repeat;
    cursor: pointer;
}
.paginationBox
{
    float:left;
}

#adv
{    
    
}

#generale
{
    width: 980px;
}

#headLogo
{
    width: 200px;
}

#chooselang
{
   margin-left: 215px;
}