
#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 {
    display: inline-block;
    float: left;
    width: 238px;
    /*background: pink;*/
}


#view { 
    width: 238px;
    height: 238px !important;
    /*background: skyblue;*/
}

#view img {
    height: 238px !important;
    width: 238px !important;
    border-radius: 2px;
    border:1px solid #ddd;
    /*box-shadow: 0 0 10px rgba(0,0,0,.6);*/
}

#thumbs { 
	position: relative;
}

#nav-left-thumbs { left: 70px; }
	
#nav-right-thumbs {	right: 70px; }

#nav-left-thumbs, #nav-right-thumbs {
    position: absolute;
    top: 21px;
    width: 10px;
    height: 20px;
    line-height: 22px;
    padding-left: 4px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    font-size: 1em;
    font-weight: bold;
    color: #999;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    cursor: pointer;
    transition-duration: .3s;
}

#nav-left-thumbs:hover, #nav-right-thumbs:hover {
    background: lightgrey;
}

#pics-thumbs { 
	position: relative;
	padding: 4px 0;
    /*margin: 0 101px;*/
    white-space: nowrap;
    /*overflow: hidden; */
    transition-duration: .3s;
}

#pics-thumbs img:hover{
    border-color: #C30008;
}

#pics-thumbs img {
    border:1px solid #ddd;
    opacity:0.8;filter(alpha=80);
    width: 36px !important;
    height: 36px !important;
    padding-right: 4px;
    padding-left: 3px;
    background: none !important;
    /*padding: 1px;*/
    /*margin: 0 2px;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,.6);*/
    cursor: pointer;
    height: 50px;
    transition-duration: .3s;
}

#pics-thumbs img:hover{
    opacity:1;filter(alpha=100);
}
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);  
}
