@font-face {
   font-family: MenuFont;
   src: url(fonts/PFIndexLight.ttf);
}
body {
   background-color: black;
   overflow: hidden;
   font-family: MenuFont, Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
   font-size: 14px;
   padding: 0px;
   margin: 0px;	 
   color: #393939;
}
/*div to display the photo*/
.blackSoul {
   display: none;
   background-color: black;
   position: absolute;
   background-repeat: no-repeat;
   background-position: center center;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
/*navigatioon arrow links*/
#imgPrev, #imgNext {
   display: block;
   position: absolute;
   cursor: pointer;
   top: 50%;
}
/*arrow link prev*/
#imgPrev {
   left: 50px;
}
/*arrow link next*/
#imgNext {
   right: 50px;
}

