#next-article-carousel-wrapper {
  height: 195px;
  width: 410px;
  position: fixed;
  bottom: 5px;;
  right: -450px;
  z-index: 9999999;
  background-color: #ffffff;
  font-family: Arial, "sans-serif";
  color: #4A4A4A;
  font-size: 14px;
  -moz-box-shadow: 3px 3px 5px #888;
  -webkit-box-shadow: 3px 3px 5px #888;
  box-shadow: 5px 5px 5px #888;
  border: 1px solid #f0f0f0;
}
#next-article-carousel-wrapper a {
  color: #4A4A4A;
}
#next-article-carousel-wrapper li {
  margin: 0;
}
#ec-article .jcarousel-container {
  overflow: hidden;
}
#next-article-carousel-wrapper h3 {
  font-weight: normal;
}
.next-article-header {
  height: 25px;
  background-color: #F0F0F0;
  padding: 10px 0 0 10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.next-article-header h1 {
  font-size: 14px;
  float:left;
  width: 90%;
}
.next-article-body {
  height: 118px;
  display: block;
  padding: 0 0 5px 10px;
}
.next-article-body:hover {
  background-color: #dedede;
  text-decoration: none;
}
.next-article-body .next-article-image {
  float: left;
}
.next-article-body .next-article-image img{ 
  display: block;
  margin: 10px 10px 6px 0;
}
.next-article-emphasis {
  color: #4A4A4A;
  font-size: 14px;
}
.next-article-emphasis span {
  font-weight: bold;
}
.next-article-body .next-article-content {
  padding: 10px 10px 0 0;
  height: 108px;
  overflow: hidden;
}
.next-article-current-issue {
  float: left;
  width: 95px;
  margin-right: 25px;
  border-right: 1px solid #F0F0F0;
}
.next-article-content h2 {
  font-size: 14px;
  color: #E3120B;
}
.next-article-content h3 {
  margin-bottom: 20px
}
.next-article-content p {
  font-size: 12px;
}
.article-next-rubric {
  height: 45px;
  overflow: hidden;
  margin-top: -5px;
}
.more-issues {
  float: left;
  width: 95px;
}
.more-issues:last-child {
  width: 79px;
}
.more-issues:last-child p {
    width: 85px;
}
.next-article-footer {
  border-top: 1px solid #F0F0F0;
  padding-top:8px;
  overflow: hidden;
}
.next-article-footer .prev, 
.next-article-footer .next {
  float: left;
  background: transparent url(/sites/all/themes/econfinal/images/prev-next-arrows.png) no-repeat 0 0;
  width: 23px;
  height: 23px;
  display: block;
  margin: 0 10px;
  cursor: pointer;
}
.next-article-footer .next {
  margin-left: 0;
  background-position: -25px 0;
}
.next-article-footer .prev:hover {
  background-position: 0 -26px;
}
.next-article-footer .next:hover {
  background-position: -25px -26px;
}
.extremes-prev .prev,
.extremes-next .next,
.extremes-prev .next-article-footer a,
.extremes-next .next-article-footer a {
  visibility: hidden;
  cursor: default;
}
.next-article-footer a {
  font-size: 14px;
  display: block;
  float: left;
  margin: 3px 0 0 46px;
}
.next-article-footer a span {
  font-weight: bold;
}
.close_carousel {
  color: #BDBDBD;
  float: right;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
  cursor:pointer;
  font-weight: bold;
}
.close_carousel:hover {
  color: #ffffff;
}