/*
 * customized version of banknote-features.css 
 */
.page {    
    width: 938px;
    margin: 20px auto;
    background: url('images/container-background.jpg') repeat-y;
    background: url('images/content-tile.png') repeat, url('images/container-background.jpg') repeat-y;
    border: 5px solid #fff;
    box-shadow: 0 0 8px #999;
    border-radius: 25px;
    padding: 11px;
}

#content {
    outline: none;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: inset 0 0 8px 1px #999;
    padding-right: 5px;
}

.banknote-selector-wrapper {
    position: relative;
    height: 730px;
}

.banknote-selector-left {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(images/shadow-right.png) repeat-y 690px 0;
    display: inline-block;
    width: 700px;
    z-index: 2;
    min-height: 715px;
    padding-top: 15px;
}

.banknote-selector-wrapper a,
.banknote-selector-wrapper a:hover,
.banknote-selector-wrapper a:focus {
    border-bottom: none;
}

.banknote-selector-wrapper a.button:hover,
.banknote-selector-wrapper a.button:focus {
    border-bottom: 1px solid #d3d3d3;
}

a.button {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    color: #555;
    display: inline-block;
    font-size: .85em;
    line-height: 1.3em;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(65%,#e3e3e3),color-stop(100%,#f2f2f1));
    background: -webkit-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: -o-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: -ms-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    -pie-background: linear-gradient(#fff,#e3e3e3);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3',GradientType=0);
}

a.button:focus, 
a.button:active {
    color: #eee;
    -webkit-box-shadow: inset 0 1px 3px #444;
    -moz-box-shadow: inset 0 1px 3px #444;
    box-shadow: inset 0 1px 3px #444;
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0,#ccc 65%,#ddd 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(65%,#ccc),color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top,#eee 0,#ccc 65%,#ddd 100%);
    background: -o-linear-gradient(top,#eee 0,#ccc 65%,#ddd 100%);
    background: -ms-linear-gradient(top,#eee 0,#ccc 65%,#ddd 100%);
    background: linear-gradient(top,#eee 0,#ccc 65%,#ddd 100%);
    -pie-background: linear-gradient(#eee,#ccc);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
}

a.button.disabled {
    color: #acacac;
    cursor: default;
}

a.button.disabled:active, 
a.button.disabled:focus, 
a.button.disabled:hover {
    color: #acacac !important;
    box-shadow: inset 0 0 0 transparent;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(65%,#e3e3e3),color-stop(100%,#f2f2f1));
    background: -webkit-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: -o-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: -ms-linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    background: linear-gradient(top,#fff 0,#e3e3e3 65%,#f2f2f1 100%);
    -pie-background: linear-gradient(#fff,#e3e3e3);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3',GradientType=0);
}

a.button.em {
    color: #fff;
    background: #2b75a7;
    background: -moz-linear-gradient(top,#2b75a7 0,#1c5180 65%,#236191 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b75a7),color-stop(65%,#1c5180),color-stop(100%,#236191));
    background: -webkit-linear-gradient(top,#2b75a7 0,#1c5180 65%,#236191 100%);
    background: -o-linear-gradient(top,#2b75a7 0,#1c5180 65%,#236191 100%);
    background: -ms-linear-gradient(top,#2b75a7 0,#1c5180 65%,#236191 100%);
    background: linear-gradient(top,#2b75a7 0,#1c5180 65%,#236191 100%);
    -pie-background: linear-gradient(#2b75a7,#1c5180);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b75a7',endColorstr='#1c5180',GradientType=0);
}

a.button.em:hover {
    color: #fff;
}

a.button.first {
    border-radius: 3px 0 0 3px;
}

a.button.last {
    margin-left: -4px;
    border-radius: 0 3px 3px 0;
}

a.button.middle {
    margin-left: -4px;
    border-radius: 0;
}

a.button.selected {
    border-bottom: 1px solid #737373;
    border-right: 1px solid #737373;
    color: #eee;
    background: #484848;
    background: -moz-linear-gradient(top,#484848 0,#767676 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#484848),color-stop(100%,#767676));
    background: -webkit-linear-gradient(top,#484848 0,#767676 100%);
    background: -o-linear-gradient(top,#484848 0,#767676 100%);
    background: -ms-linear-gradient(top,#484848 0,#767676 100%);
    background: linear-gradient(top,#484848 0,#767676 100%);
    -pie-background: linear-gradient(#484848,#767676);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848',endColorstr='#767676',GradientType=0);
}

a.button.selected:hover {
    color: #eee;
}

#flash-spanner {
    height: 463px;
    width: 690px;
    overflow: hidden;
    float: left;
}

.banknote-selector, 
#flash-spanner, 
#no-flash-btns, 
.slider, 
.btn-grads {
    display: none;
}

.banknote-selector {
    width: 650px;
    margin: 15px 0 0 0;
    padding: 0 0 24px 40px;
    background: transparent url(images/banknote-selector-shadow.png) no-repeat 0 50%;
    border-bottom: 1px solid #e1e1e1;
}

.banknote-selector ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.banknote-selector ul li {
    float: left;
    margin-left: 20px;
    padding: 0;
}

.lt-ie8 .banknote-selector ul li {
    width: 97px;
}

.banknote-selector ul li > img {
    display: block;
    margin: 0 auto;
}

.banknote-selector ul li:first-child {
    margin-left: 0;
}

.bx-next {
    background: url(images/info-bar-sprite.png) no-repeat 49px -209px;
    display: block;
    height: 80px;
    position: absolute;
    text-indent: -10000px;
    top: 465px;
    left: -20px;
    width: 240px;
}

.bx-prev {
    background: url(images/info-bar-sprite.png) no-repeat 49px -129px;
    display: block;
    height: 80px;
    position: absolute;
    text-indent: -10000px;
    top: -80px;
    left: -20px;
    width: 240px;
}

.btn-grads {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
}

.btn-grads .gradient-1 {
    position: absolute;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 50%,#f0f0f0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,#fff 50%,#f0f0f0 100%);
    background: -o-linear-gradient(top,#fff 50%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,#fff 50%,#f0f0f0 100%);
    background: linear-gradient(top,#fff 50%,#f0f0f0 100%);
    -pie-background: linear-gradient(#fff,#f0f0f0);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',GradientType=0);
    top: -101px;
    left: 0;
    height: 100px;
    width: 100%;
}

.btn-grads .gradient-2 {
    position: absolute;
    background: #f0f0f0;
    background: -moz-linear-gradient(top,#f0f0f0 50%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f0f0f0),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,#f0f0f0 50%,#fff 100%);
    background: -o-linear-gradient(top,#f0f0f0 50%,#fff 100%);
    background: -ms-linear-gradient(top,#f0f0f0 50%,#fff 100%);
    background: linear-gradient(top,#f0f0f0 50%,#fff 100%);
    -pie-background: linear-gradient(#f0f0f0,#fff);
    behavior: url('/PIE.htc');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#ffffff',GradientType=0);
    left: 0;
    top: 464px;
    height: 100px;
    width: 100%;
}

.info-bar {
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 1;
    background: #f2f2f2;
    padding-left: 10px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.lt-ie9 .info-bar {
    top: 153px;
}

.lt-ie8 .info-bar {
    top: 147px;
}

.info-bar h3 {
    font-size: 17px;
    padding-top: 0;
}

.info-bar dl {
    margin: 0;
}

.info-bar dt {
    font-weight: bold;
}

.info-bar dd {
    margin-left: 0;
    padding-bottom: 10px;
}

.slider {
    margin: 18px 0;
    padding: 0;
}

.slider > li {
    border-bottom: 0 !important;
    height: 463px;
    overflow: auto;
    padding: 0;
    width: 230px;
}

.slider img {
    border: 6px solid #fff;
    display: block;
    margin: 10px auto;
}

div#flash {
    width: 100%;
}

div#flash div#graphic {
    width: 100%;
    margin: 20px auto;
    position: relative;
}

div#flash div#graphic div#imgHolder {
    width: 100%;
    position: absolute;
}

div#flash div#graphic div#imgHolder img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

div#flash div#graphic .hotspot-holder {
    position: relative;
}

div#flash div#graphic .hotspot-holder .hotspot {
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: progid:DXImageTransform.Microsoft.alpha(opacity = 0);
    border-radius: 5px;
}

div#flash div#graphic .hotspot-holder .hotspot:hover {
    opacity: .2;
    filter: alpha(opacity = 20);
    -ms-filter: progid:DXImageTransform.Microsoft.alpha(opacity = 20);
}

div#no-flash-btns {
    clear: both;
    width: 100%;
    padding: 290px 0 15px 40px;
    display: block;
}

div#no-flash-btns a {
    position: relative;
    padding: 12px 20px;
}