.next,
.prev,
.close,
.img {
-webkit-transition:all ease 0.3s;

}

.next {
border-radius: 15px 0px 0px 15px;
}
.prev {
border-radius: 0px 15px 15px 0px;
}
.next:hover, .prev:hover {
color: black!important;
background: white!important;
opacity: 1;
}
.next:active, .prev:active {
color: white!important;
background: gray!important;
opacity: 1;
}

/*
body:hover .next, body:hover .prev, body:hover .close {
    
    opacity: 1;
}
*/

#outfr {
height: 100%;
}
#iram {
width: 100%;
height: 100%;
border: 0;
}

#over {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hidden {
display:none;
}

.thumb {
height: 150px;
cursor: pointer;
}
