body {
    font-family: 'Droid Sans', sans-serif;
    margin: 0px auto;
    padding: 0;
    font-size: .8em;
}

a { text-decoration: none; }

h1 { margin:0; }

#zoom {
    position: absolute;
    width: 100px;
    height: 100px;		
    background-repeat: no-repeat;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    display: none;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}


#content {
    /* text-align: center; */
}

#view { 
    width: 100%;
	height: 495px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    user-select: none;
}
#view:hover .arrow-btns{
    display: inline-block;
}

#view .arrow-btns{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
#view .arrow-btns .arrow-left{
    left: 0;
}
#view .arrow-btns .arrow-right{
    right: 0;
}

#view .arrow-btns .arrow-left,
#view .arrow-btns .arrow-right{
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#view .arrow-btns .arrow-left:hover,
#view .arrow-btns .arrow-right:hover{
    background-color: rgba(255, 255, 255, .6);
}

#view .arrow-btns .arrow-left img,
#view .arrow-btns .arrow-right img{
    width: 16px;
    height: 28px;
}



#view img {
    width: 100%;
    height: 100%;
}

#thumbs { 
	position: relative;
	padding: 16px 0;
}

#nav-left-thumbs { left: 0; }
	
#nav-right-thumbs {	right: 0; }

#nav-left-thumbs, #nav-right-thumbs {
    position: absolute;
    top: 20px;
    width: 44px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(192, 220, 255, 0.3);
    box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition-duration: .5s;
    user-select: none;
}

#nav-left-thumbs img,
#nav-right-thumbs img{
    width: 8px;
    height: 14px;
}

#pics-thumbs { 
	position: relative;
    margin: 0 50px;
    padding: 0px 2px;
    white-space: nowrap;
    overflow: auto; 
    transition-duration: .2s;
}
#pics-thumbs::-webkit-scrollbar { 
    width: 0!important 
}

#pics-thumbs img {
	margin: 4px 3px;
    border-radius: 20px;
    cursor: pointer;
    height: 100px;
    width: 150px;
    transition-duration: .1s;
}

#pics-thumbs img.active {
    box-shadow: 0 0 5px rgba(0,0,0,.6);
}

footer {
    position: relative;
    text-align: center;
    padding: 5px 0;
    background: #fff 5% no-repeat;
}

footer::before { top : 0px; }
footer::after { bottom: 0px; }

footer::before, footer::after {
    content: " ";  
    position: absolute;
    z-index: -10;  		
    left: 5%;				 
    width: 90%;  
    height: 15px;
    border-radius: 125px / 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);  
}

#loading{
    width: 100%;
    text-align: center;
}