.view-home-page-banner {
  position: relative;
}

.view-home-page-banner .views-row {
  margin-bottom: 1px;
}

.view-home-page-banner a {
  display: block;
  height: 407px;
}

.view-home-page-banner img {
  border-radius: 4px;
}

.news-bar {
  background-image: url( "../images/news_bar.jpg" );
  height: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 13px;
  margin-bottom: 17px;
  overflow: hidden;
}

.news-bar .views-row {
  width: 914px;
}

.news-bar .news-line {
  margin-left: 12px;
}

.news-bar a {
  color: #badae9;
}

.badge-column {
  width: 470px !important;
  font-size: 14px;
}

.badge {
  position: relative;
  background-image: url( "../images/badge_background.jpg" );
  padding-top: 12px;
  padding-right: 13px;
  padding-bottom: 12px;
  padding-left: 13px;
  border-radius: 4px;
  height: 112px;
}

.clinical-diagnostics div.badge {
  margin-right: 1px;
}

.badge img {
  float: left;
  width: 156px;
  height: 112px;
  margin-right: 10px;
  border: none;
}

.badge hr {
  height: 0px;
  border-width: 0px;
  border-top-width: 1px;
  border-color: #c2c2c2;
  clear: none;
  margin-top: 0;
  margin-bottom: 5px;
}

.badge .badge-arrow {
  float: right;
  width: 15px;
  height: 15px;
  background-image: url( "../images/arrow_button.jpg" );
}

.badge .badge-heading {
  margin-bottom: 4px;
  color: black;
  text-transform: uppercase;
}

.badge .badge-text {
  line-height: 1.25;
  color: #737374;
}

.badge .badge-links {
  position: absolute;
  left: 179px;
  bottom: 7px;
}

#widget_pager_bottom_home_page_banner-page_1 {
  position: absolute;
  z-index: 10;
  bottom: 12px;
  right: 9px;
}

#widget_pager_bottom_home_page_banner-page_1 .views-slideshow-pager-field-item {
  float: left;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url( "../images/nav_dot_gray.png" ); 
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  border: 0;
  cursor: pointer;
}

#widget_pager_bottom_home_page_banner-page_1 
    .views-slideshow-pager-field-item.active {
  background-image: url( "../images/nav_dot_blue.png" ); 
}

ul.category-badges {
    padding-left: 1px;
    margin-top: 20px;
}

ul.category-badges li {
    list-style: none;
    display: inline;
    position: relative;
    margin-right: 12px;
}

ul.category-badges li:last-child {
    margin-right: 0px;
}

ul.category-badges li:hover {
    opacity: .9;
}

ul.category-badges li > a > img {
    width: 142px;
    height: auto;
    border-radius: 4px;
}

ul.category-badges li > a > img:hover {
    top: -30px;
}
