.newspaper {
    /* background: transparent url("") no-repeat scroll center 0;*/
    box-shadow: 0 10px 18px -6px #111111;
    margin-top: 15px;
    padding: 7px;
    position: relative;
    /*width: 671px;*/
    clear: both;
}

#book {
    min-height: 1037px;
    margin: auto;
    width: 671px;
    z-index: 90;
}

#NewsContainer {
    background: #fff none repeat scroll 0 0;
    color: #666;
    direction: rtl;
    display: none;
    float: right;
    min-height: 642px;
    left: 423px;
    overflow-y: scroll;
    position: absolute;
    top: 7px;
    width: 440px;
    z-index: 90;
}

.pink {
    display: block;
    position: absolute !important;
}

.pink:hover {
    border: 2px solid;
    box-shadow: 1px 1px 8px #000
}

.page_number {
    float: right;
    margin: 5px 0px;
    display: block;
}

.newspaper-page-view {
    width: 671px;
    min-height: 1037px;
    display: none;
    position: relative;
}

.newspaper-page-view.active {
    display: block;
}

#download_pdf {
    float: left;
    margin: 5px;
}

#download_pdf a {
    background: #ffa119;
    color: #000;
    padding: 5px 10px;
}

#download_pdf a:hover {
    color: #fff;
}

.page_number .active {
    background: #ffa119;
    color: #fff;
    padding: 5px;
}

.page_number a:hover {
    background: #ffa119;
    color: #fff;
}

.page_number a {
    padding: 5px;
}

a {
    color: #000;
}

a#pagedownload {
    position: absolute;
    top: -40px;
    left: 158px;
    color: #000 !important;
}

a#pagedownload:hover {
    color: #fff !important;
}