/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 déc. 2015, 19:11:37
    Author     : baldetti
*/

#symphonycontent{
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    text-align: center;
    font-family: arial, sans-serif;
    overflow: no-display;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url("/nolang/symphony/br_wall.png") repeat-x bottom left, url("/nolang/symphony/wall.png") repeat top left;
    color: white;
    text-shadow: 1px 1px black;
    
}
.textzone {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    
}
#icon_headbar {
    height: 60px;
    width: auto;
}
#symphonytitle {
    width: 100%;
    height: auto;
}
#showpics {
    width: 100%;
    border: none;
}
.pictureview {
    width: 50%;
}
.pictureview img {
    width: 50%;
    height: auto;
}
#navpic {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: black;
    position: fixed;
}
#previous {
    bottom: 0px;
    left: 0px;
    position: fixed;
    height: 60px;
    width: auto;
}
#next {
    bottom: 0px;
    right: 0px;
    position: fixed;
    height: 60px;
    width: auto;
}
#titlepic {
    bottom: 20px;
margin: 0 auto;
position: fixed;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px black;
        font-family: arial, sans-serif;

}
#viewpic {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100% - 60px);
}