/* $Id$ */
/* The floating items in the gallery can goof up teasers and text that follows it, so make sure that doesn't happen. */
div.terms,
div.node {
  clear:both;
}

ul.links li.image_field_gallery a {
  text-decoration:none;
}

/* Keep icon images from acquiring margins from the theme. */
#main ul.links a img,
#main ul.links a:hover img {
  margin:0;
}

/* #751 Remove the border around images. */
html div.view-gallery div.views-field-field-gallery-image-fid a {
  border:none;
}
html div.view-gallery div.views-field-title {
  padding-left:5px;
}

html div.block div.view-gallery p {
  margin:0;
  padding:0;
}

/* Views slideshow themes */
.views_slideshow_div_breakout_teaser {
  float:left;
  width:60px;
}
.views_slideshow_breakout_teasers a {
  padding:5px 0 5px 0;
  margin:0;
  display:block;
}
.views_slideshow_breakout_teasers a.activeSlide {
  background-color:#ffc;
}
.views_slideshow_controls {
  padding:5px;
}

.views_slideshow_pager {
  height:auto;
}
.views_slideshow_pager a {
  border:1px #333 solid;
  background-color:#ddd;
  padding:0;
  margin:0;
  width:2em;
  display:block;
  float:left;
  text-align:center;
}
.views_slideshow_pager a.activeSlide {
  background-color:#ffc;
}