/* The following styles are used only for this page - the actual plugin styles are in slidernav.css */
* { margin: 0; padding: 0; }
body { text-align:center;
-webkit-background-size: 2000px 1200px;
}
#jsContainer {
    display:block;
    margin: 0;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    background:#f1f0f0;
    /*
    width:1572px;
    height: 2000px;
    */
    /*    overflow: hidden;*/
    position: relative;
}

#zoomContainer {
    background-color: #333333;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
/*
    text-align: left;
*/
    min-width: 1100px;
    min-height: 1000px;
*/
}

.clearfix:after,
.clear-block:after{
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* flip-magazine-container CSS */
.flip-magazine-container{
    display:block;
    margin: auto auto;
    padding:0px;
    width:100%;
    height:605px;
    position:relative;
}
/* flip-magazine CSS */
/*.flip-magazine{width:520px; height:548px;margin:auto auto; background:yellow;}
*/

/* flip-magazine-navigation CSS */
.flip-magazine-navigation{
    display:block;
    margin: 0px;
    padding:0px;
    width:100%;
    height:44px;
    position:relative;
    background: url(../images/flip-magazine-navigation-bg.png) repeat-x scroll 0 0 transparent!important;
}

#jsContainer span {
    margin: 0 auto;
    display: block;
}

span.ffback {
    background: url("../images/ffback.png") no-repeat scroll left center transparent;
    height: 29px;
    line-height: 29px;
    width: 18px;
}

span.back {
    background: url("../images/back.png") no-repeat scroll left center transparent;
    height: 29px;
    line-height: 29px;
    width: 14px;
}

span.zoom {
    background: url("../images/zoom.png") no-repeat scroll left center transparent;
    height: 29px;
    line-height: 29px;
    width: 21px;
}
span.inhoud {
    background: url("../images/inhoud.png") no-repeat center center transparent;
    height: 29px;
    line-height: 29px;
    width: 37px;
}

span.forward {
    background: url("../images/forward.png") no-repeat scroll left center transparent;
    height: 29px;
    line-height: 29px;
    width: 14px;
}


span.ffforward {
    background: url("../images/fforward.png") no-repeat scroll left center transparent;
    height: 29px;
    line-height: 29px;
    width: 18px;
}

span.arrow {
    height: 48px;
    line-height: 48px;
    width: 34px;

}
span.arrow-left {
    background: url("../images/arrow-left.png") no-repeat scroll left center transparent;
}

span.arrow-right{
    background: url("../images/arrow-right.png") no-repeat scroll left center transparent;
}

span.arrow-up {
    width: 24px;
    background: url("../images/arrow-up.png") no-repeat scroll left center transparent;
}

span.arrow-down {
    width: 24px;
    background: url("../images/arrow-down.png") no-repeat scroll left center transparent;
}


/* button-arrow CSS */
a.arrow {
    outline: 0;
    width:63px;
    height:48px;
    line-height:48px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px #1f272b;
    border: 1px solid #4a4848;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #6f6c6c; /* old browsers */
    background: -moz-linear-gradient(top, #948f8f 3%, #948f8f 4%, #6f6c6c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#948f8f), color-stop(4%,#948f8f), color-stop(100%,#6f6c6c)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f8f', endColorstr='#6f6c6c',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
}
.left{
    position:absolute;
    left:10px;
    top:298px;
}
.right{
    position:absolute;
    right:10px;
    top:298px;
}
/* flip-magazine-navigation CSS */
.flip-magazine-navigation{
    clear: both;
    float:left;
    display:block;
    background:#b8b5b5;
    margin:0px;
    padding:0px;
    width:100%;
}
/* Dark Button CSS */
.button {
    outline: 0;
    height:29px;
    width:37px;
    padding: 0px;
    line-height:30px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px #1f272b;
    border: 1px solid #4a4848;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #6f6c6c; /* old browsers */
    background: -moz-linear-gradient(top, #948f8f 3%, #948f8f 4%, #6f6c6c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#948f8f), color-stop(4%,#948f8f), color-stop(100%,#6f6c6c)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f8f', endColorstr='#6f6c6c',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
}
a.arrow:hover,
.button:hover {
    color: #fff;
    background: #4C5A64; /* old browsers */
    background: #6f6c6c; /* old browsers */
    background: -moz-linear-gradient(top, #948f8f 3%, #948f8f 4%, #6f6c6c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#948f8f), color-stop(4%,#948f8f), color-stop(100%,#6f6c6c)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f8f', endColorstr='#6f6c6c',GradientType=0 ); /* ie */
}


a.arrow:active,
.button:active {
    color: #fff;
    background: #6f6c6c; /* old browsers */
    background: -moz-linear-gradient(top, #948f8f 3%, #948f8f 4%, #6f6c6c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#948f8f), color-stop(4%,#948f8f), color-stop(100%,#6f6c6c)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f8f', endColorstr='#6f6c6c',GradientType=0 ); /* ie */
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
}

/* Other stuff: */
/*.button-list {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 8px 0 0 7px;
    padding: 0;
    width: auto;
}*/

.button-list {
display: block;
list-style: none outside none;
margin: 8px auto;
padding: 0;
width: 896px;
}


.button-list li { float: left; margin: 0 10px 0 0; }
.button-list li.logo { width: 140px; text-align: center; }
.button-list li.pagelabel {
    width:201px;
    height: 30px;
    line-height: 30px;
    margin-left: 100px;
    margin-right: 100px;
    outline: 0;
    padding: 0px;
    display: block;
    color: #494949;
    font-weight: bold;
    border: 1px solid #4a4848;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #a5a1a1; /* old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 3%, #f8f8f8 4%, #a5a1a1 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#f8f8f8), color-stop(4%,#f8f8f8), color-stop(100%,#a5a1a1)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#a5a1a1',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
}

.pagesholder {
    display: block;
}

.pageholder {
    display: block;
    float: left;
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #ccc;
}
#zoomContent {
    position:absolute;
    left: 0;
    text-align: left;
}