/* line 4, ../../../app/stylesheets/gallery.sass */
#gallery {
  width: 950px;
  margin: auto; }

/* line 9, ../../../app/stylesheets/gallery.sass */
#tall {
  min-height: 850px; }

/* line 12, ../../../app/stylesheets/gallery.sass */
.partial_line {
  width: 95%; }

/* line 15, ../../../app/stylesheets/gallery.sass */
#upper_gallery_stuff {
  height: 380px; }

/* line 18, ../../../app/stylesheets/gallery.sass */
#explanation {
  margin: 20px;
  padding: 20px;
  font-size: 14px;
  height: 330px;
  width: 475px; }
  /* line 24, ../../../app/stylesheets/gallery.sass */
  #explanation p {
    margin-bottom: 7px; }
  /* line 26, ../../../app/stylesheets/gallery.sass */
  #explanation #push_to_bottom {
    margin-top: 100px; }

/* line 29, ../../../app/stylesheets/gallery.sass */
#preview {
  width: 280px;
  height: 300px;
  margin: auto;
  padding: auto;
  border: thick solid silver;
  background-color: lightGray; }
  /* line 36, ../../../app/stylesheets/gallery.sass */
  #preview #preview_frame {
    padding-top: 5%;
    text-align: center;
    vertical-align: middle; }

/* line 42, ../../../app/stylesheets/gallery.sass */
.one_image {
  width: 125px;
  height: 100px;
  float: left; }

/* line 47, ../../../app/stylesheets/gallery.sass */
#vertical_scroll_mask {
  width: 860px;
  overflow: hidden; }

/* line 51, ../../../app/stylesheets/gallery.sass */
#thumbs {
  height: 125px;
  width: 875px;
  overflow: auto; }

/* line 56, ../../../app/stylesheets/gallery.sass */
#scroll_pane {
  height: 100px;
  overflow: hidden; }

/* line 61, ../../../app/stylesheets/gallery.sass */
#pagination_links {
  font-size: 18px; }
