
/* next previous button*/

#Pages>.rndbt{
position: absolute;
width:50px;
height: 50px;
border: none;
border-radius: 25px;
top:200px;
background: black;
color: white;
font-size: 20px;
}
#Pages>#rndbt1:hover{
box-shadow: 10px 0px 20px 0px black;
}
#Pages>#rndbt2:hover{
box-shadow: -10px 0px 20px 0px black;
}
#Pages>#rndbt2{
position: relative;
float: right;
}
.pagenav{

    display: inline-block;
}

.prev{

    display:inline-block;
    float: left;
}

.nxt{

    display: inline-block;
    float: right;
}