@charset "UTF-8";
/* CSS Document */

.photoviewer { float: right; margin-left: 1em; margin-bottom: 1em; padding: 3px; border: 1px solid gray; width: 330px; height: 450px; overflow: scroll; }
.photoviewer p { text-align: center; font-style: italic; font-size: smaller; }
.photoviewer2 { margin-left: 1em; margin-bottom: 1em; padding: 3px; border: 1px solid gray; width: 490px; height: 220px; overflow-x: scroll; overflow-y: hidden; white-space:nowrap; }
.photoviewer2 p { text-align: center; font-style: italic; font-size: smaller; }