#coworker_question {
    clear: both;
    margin-top: 20px;
}

#random_article_first_image {
    float: left;
    width: 43px;
    margin-right: 5px;
    margin-top: 3px;
}

fieldset.body {
  border: none;
}

.slideshow {
  padding: 15px;
}

#slideshow {
}

#slideshow_image {
  max-width: 539px;

  /* ie6 doesn't honour max-width, so set it statically */
  width: 539px;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slideshow_buttons {
  float: right;
}

.slideshow_buttons a,
.slideshow_buttons img {
  margin-left: 3px;
  margin-right: 3px;
}

.slideshow_buttons a {
  padding: 0px;
  
  /* 2px is added for border, so it's actually 34 x 25 */
  width: 32px;
  height: 23px;

  line-height: 23px;

  float: left;
}

.slideshow_buttons img {
  margin-top: 6px;
}

#last_published_column, #last_commented_column {
  padding: 10px 10px 10px 10px;
}

#last_published_column .last_published_article_author, 
#last_commented_column .last_commented_article_author {
  margin-bottom: 10px;	
}

#last_published_column .last_published_article_author a, 
#last_commented_column .last_commented_article_author a {
  color: black;
}

table.statistics {
  border-collapse: collapse;
  border-style: none;
}

.statistics td {
  padding: 1px 0px;
}


