html, body {
    overflow:hidden;
    margin: 0;
    padding: 0;
}

#jp_container_1 {

    position: absolute;
    left:50%;
    top:50%;
    width: 480px;
    height: 698px;
    margin-left: -241px;
    margin-top: -349px;
}

div.jp-title,
div.jp-playlist {
    font-size: 72.5%;
    overflow: auto;
    background-color:#ccc;
    border-top:1px solid #009be3;
}

.magnifying_glass {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;

    ' border-radius: 153px; /* Half glass max width height */
    ' -moz-border-radius: 100px; /* Half glass max width height */
    ' -webkit-border-radius: 0px;

    margin:auto;
    border: 3px outset white;

    z-index: 1000;
}

.magnifying_glass .magnified_content {
    top: 0px;
    left: 0px;

    margin-left: -150px; /* Half glass width */
    margin-top: -150px; /* Half glass height */

    overflow: visible;

    position: absolute;
    display: block;

    transform:scale(2);
    -moz-transform:scale(2);
    -webkit-transform:scale(2);
    -ms-transform:scale(2);
    -o-transform:scale(2);

    transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.magnifying_glass .magnifying_lens {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    opacity: 0.0;
    -ms-filter: alpha(opacity=0);

    background-color: white;
    cursor: move;
}

#compatibilityDialog {
    display:none;
    font-size: 62.5%;
}

#compatibilityDialog div {
    text-align: center;
    padding: 20px;
}

#compatibilityDialog div a {
    text-decoration: none;
    outline: none;
    margin: 5px;
}

.small-font {
    font-size: 7.5pt;
}

#aboutDialog {
    display:none;
    font-size: 85%;
}

#aboutDialog .content {
    margin-top: 45px;
    text-align: center;
}

#funFactDialog {
    display:none;
    font-size: 85%;
}

#funFactDialog p {
    margin-left: 180px;
    text-align: left;
}

img#background {
    position:fixed;
    margin: 0;
    padding: 0;
    border: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#loading {

    display: none;
    position: absolute;
    top:50%;
    left:50%;
    width:500px;
    height:500px;
    margin-left: -250px;
    margin-top: -250px;

}

#progressBar, #enterSite {

    display: none;
    position: absolute;
    font-size: 80%;

    top: 472px;
    left:50%;
    width:386px;
    margin-left: -193px;
    height:8px;

}

#enterSite {

    font-size: 62.5%;
    top: 465px;
    height:24px;

}

#clickProceed {

    height:100%;
    width:100%;

}

#userAgentDiv {

    position: absolute;

    top: 502px;
    left:50%;
    width:500px;
    margin-left: -250px;

    height:8px;

}

#userAgent {

    font-family: sans-serif;
    font-size: 9px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;

}

#copyright {

    position:absolute;
    font-family: sans-serif;
    font-size: 9px;
    text-align: center;
    color: #ffffff;
    top:100%;
    width:100%;
    line-height: 10px;
    opacity: 0.6;
    margin-top: -45px;

}

#content {

    background-image: url('../images/glass.png');
    position: absolute;
    top:50%;
    left:50%;
    width:1024px;
    height:640px;
    margin-left: -512px;
    margin-top: -320px;
    display: none

}

#book {

	position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 1;

}

#controls {

    font-size: 80%;
    position:absolute;
    left:24px;
    top:540px;
    width:988px;
    height:80px;
    line-height:36px;
    z-index: 2;

}

#facebookButtons {
    position:absolute;
    left:800px;
    top:605px;
    width:220px;
    height:34px;
}

#optionPanel {
    position:absolute;
    left:0px;
    top:0px;
    width:78px;
    height:68px;
}

#pageScroll {
    position:absolute;
    left:128px;
    top:0px;
    width:312px;
    height:68px;
}

#buttonPanel {
    position:absolute;
    left:500px;
    top:0px;
    width:500px;
    height:68px;
}

.scroll-pane {
    overflow: auto;
    width: 99%;
    float:left;
}

.scroll-content {
    width: 2496px;
    float: left;
}

.scroll-content-item {
    width: 98px;
    height: 46px;
    float: left;
    margin: 2px;
    font-size: 1em;
    line-height: 42px;
    text-align: center;
}

.scroll-content-item img {
    width: 98px;
    height: 46px
}

* html .scroll-content-item {
    display: inline;  /* IE6 float double margin bug */
}

.scroll-bar-wrap {
    clear: left;
    padding: 0 4px 0 2px;
    margin: 0 -1px -1px -1px;
}

.scroll-bar-wrap .ui-slider {
    background: none;
    border:0;
    height: 14px;
    margin: 0 auto;
}

.scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.scroll-bar-wrap .ui-slider-handle {
    top:1px;
    height: 10px;
}

.scroll-bar-wrap .ui-slider-handle .ui-icon {
    margin: -8px auto 0;
    position: relative;
    top: 50%;
}

