/* all CSS is in the wordpress theme CSS file */

#photo_view img{ margin:0; }
div.photo-control-wrapper{
  padding:0 3px;
}
div.block-core-Navigator{
  overflow:hidden;
}
div.next-and-last{
  float:right;
  width:40%;
  text-align:right;
}
div.next-and-last a{ padding-left:10px; }
div.first-and-previous{
  float:left;
  width:40%;
  text-align:left;
}
div.first-and-previous a{ padding-right:10px; }