/* Travel Atlas V7: keep Previous/Next fixed to the enlarged-photo viewer,
   not to the browser window. This keeps the click targets stationary when
   More Information opens/closes while avoiding overlap with the left Atlas UI. */
body.viewer-active .photo-inspector .inspector-controls{
  position:relative!important;
}
body.viewer-active .photo-inspector .inspector-controls #prev,
body.viewer-active .photo-inspector .inspector-controls #next{
  position:absolute!important;
  bottom:7px!important;
  top:auto!important;
  z-index:1900!important;
}
body.viewer-active .photo-inspector .inspector-controls #prev{
  left:18px!important;
  right:auto!important;
}
body.viewer-active .photo-inspector .inspector-controls #next{
  right:18px!important;
  left:auto!important;
}
