
.carusel .container{
    width: auto;
    height: 200px;
    max-height: 200px;
    white-space: nowrap;
}
.carusel .item{
    width: 140px;
    height: 195px;
    display: inline-block;
    background-image: url(../img/140x195_sprites.png);
    background-repeat: no-repeat;
    margin-right: 20px;
    vertical-align: text-top;
}
.carusel .newpage{
    width: 134px;
    height: 189px;
    display: inline-block;
    background-color: transparent;
    border: 3px dashed #B0B0B0;
    margin-right: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #B0B0B0;
    text-align: center;
    vertical-align: text-top;
    cursor: pointer;
}

.page_selector{
    width: 450px;
    margin: 0 auto;
    height: 195px;
    display: block;
}
.page_selector_item{
    width: 140px;
    height: 195px;
    banckground-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.5;
    background-color: #FFFFFF;
    position: relative;
}

.page_selector_item:hover{
    opacity: 1;
}

.page_selector_item:last-child{
    margin-right: 0px;
}
.delete{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    background-color: #FFFFFF;
    border-left: 2px solid #804f28;
    border-bottom: 2px solid #804f28;
    border-bottom-left-radius: 5px;
}