blockquote {
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 12px;
}

#pagesPlaceholder {
  position: relative;
  top: 0;
  left: 355px;
  margin-bottom: -5px;
}

#pages {
  display: none;
  width: 660px;
  position: relative;
  margin-left: 25px;
}

#pages .page {
  width: 330px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#pages .next-button, #pages .previous-button {
  display: none;

  background: rgba(0, 0, 0, .3);
  color: #fff;

  text-align: center;

  font-size: 2em;

  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  cursor: pointer;
}

#pages .next-button {
  right: -20px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

#pages .previous-button {
  left: -20px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

#pages:hover .next-button, #pages:hover .previous-button {
  display: block;
}

/*#pages .turn-page{
    background-color:#ccc;
}*/

#pages.ready .odd:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:-webkit-linear-gradient(right, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
  background-image:-moz-linear-gradient(right, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
  background-image:-o-linear-gradient(right, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
  background-image:-ms-linear-gradient(right, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
}

#pages.ready .even:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:-webkit-linear-gradient(left, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
  background-image:-moz-linear-gradient(left, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
  background-image:-o-linear-gradient(left, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
  background-image:-ms-linear-gradient(left, rgba(255,255,255,0) 95%, rgba(0,0,0,.05) 100%);
}

#pagesContainer #pagesViewport {
  overflow: hidden;
}

#pagesContainer #pagesViewport.zoomed {
  background-color: rgba(0,0,0,.5);
}

/*#zoomButton.zoom img{
  padding-bottom: -2px;
  margin-bottom: -2px;
}*/

#zoomButton.zoom {
  background-image: url('/images/iconic/raster/gray_dark/fullscreen_alt_24x24.png');
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  top: 1px;
}

#zoomButton.unZoom {
  background-image: url('/images/iconic/raster/gray_dark/fullscreen_exit_alt_24x24.png');
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  top: 1px;
}

#pagesContainer #zoomedButtonBar {
  display: none;
  height: 35px;
  width: 190px;
  margin: 0;
  margin-bottom: -40px;
  padding-top: 5px;
  position: relative;
  z-index: 9;
  background-color: rgba(0,0,0,.8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#pagesContainer #zoomedButtonBar button {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 1px;
  margin: 1px;
  font-weight: bold;
  font-size: 18px;
  color: #444;
}

#pagesContainer #zoomedButtonBar .unZoom {
  background-image: url('/images/iconic/raster/gray_dark/fullscreen_exit_alt_24x24.png');
  background-repeat: no-repeat;
  background-position:  1px 1px;
  top: 1px;
}

#zoomedButtonBar .zoomIn, #zoomedButtonBar .zoomOut {
  /*position: relative;*/
  background-image: url('/images/iconic/raster/gray_dark/magnifying_glass_24x24.png');
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: 1px;
}

#zoomedButtonBar span.sign {
  position: relative;
  top: -3px;
  left: 2px;
}

#zoomedButtonBar .zoomOut span.sign {
  top: -5px;
  left: 2px;
}

/*Issue scroller*/
#issues {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
  margin: 1em 0;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 220px;

  box-shadow: 6px 0px 4px -4px rgba(0, 0, 0, .25), -6px 0px 4px -4px rgba(0, 0, 0, .25);

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#issuesContainer {
  height: 220px;
  width: 2000px;
  overflow: hidden;
}

/* Scrolling hotspots */
#issues .viewport .scrollHotspot {
  background: rgba(0, 0, 0, .65);
  color: #fff;

  display: block;
  text-align: center;

  font-size: 1.2em;

  width: 11px;
  height: 25px;
  line-height: 25px;

  overflow: visible;
  z-index: 10;

  position: absolute;
  bottom: 40%;

  -webkit-transition: all .05s ease-in-out;
  -moz-transition: all .05s ease-in-out;
  -ms-transition: all .05s ease-in-out;
  -o-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
}

#issues .viewport:hover .scrollHotspot {
  cursor: pointer;
}

#issues .scrollHotspot.scrollLeft {
  left: -12px;
  border-radius: 0 2px 2px 0;
  padding-right: 1px;
}
#issues .viewport:hover .scrollHotspot.scrollLeft:not(.disabled) {
  left: 0;
}

#issues .scrollHotspot.scrollRight {
  right: -12px;
  border-radius: 2px 0 0 2px;
  padding-left: 1px;
}
#issues .viewport:hover .scrollHotspot.scrollRight:not(.disabled) {
  right: 0;
}

#issues div.issue{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
}
#issues .issue .issueLabel {
  font-weight: bold;
  text-align: center;
}
#issues .issue img {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}