.articlescroller_content{  
  background: url("../img/bgrnd.2.png"); 
  background-repeat: repeat-x;
  width: 100%;
  text-align: center;
  height: 383px;
}

.articlescroller_wrapper{
  background: url("../img/BookCarouselBG.2.png");  
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 1024px;
  width: 100%;
  height: 423px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
}

.articlescroller{
  position: absolute;
  left: 50%;
  margin-left: -365px;
  top: 60px;
  width: 730px;
  height: 270px;
  pointer-events: auto;
}

.articlescroller_fader{
  position: absolute;
  left: 130px;
  top: 0px;
  width: 470px;
  height: 270px;
  overflow:hidden;
}
  
 .articlescroller_item {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  }
  
 
.articlescroller_item .articlescroller_left{
  position: relative;
  width: 180px;
  height: 250px;
  float: left;
  margin: 0px 20px 20px 20px;
  text-align: center;
  }
  

  
.articlescroller_item .articlescroller_right{
  width: 180px;
  height: 250px;
  float: left;
  margin: 0px 20px 20px 46px;
  text-align: center;
  }
  
   #read_more_link{
    position: absolute;
    bottom: -20px;
    right: 0px;
  }
  
  #articlescroller_prev{
    position: absolute;
    left: 0;
    top: 130px;
    color: #7D7D7D;
  }
  
  #articlescroller_prev img, #articlescroller_next img{
    border: none;
    margin: 0;
    padding: 0;
  } 
  
 #articlescroller_prev div{
   float: left;
   margin-top: 8px;
   margin-right: 3px;
   width: 60px;
   text-align: right;
  }   
  
 #articlescroller_next{
    position: absolute;
    right: 0;
    top: 130px;
    color: #7D7D7D;
  }

 #articlescroller_next div{
   float: right;
   margin-top: 8px;
   margin-left: 3px;
   width: 60px;
   text-align: left;
  }
   
  
  .articlescroller_title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
    color: #2D2D2D
  } 
  
  
.articlescroller_image{
   display: table-cell;
   margin: 0 auto;
    width: 180px;
    height: 250px;
   max-height: 250px;
   max-width: 180px;
   vertical-align: middle;
   text-align: center;   
   overflow: hidden;
  } 
  
 .articlescroller_image img{
    margin: auto;
  max-width: 180px;
  max-height: 250px;
  } 
  
 .articlescroller_narrative {
    font-weight: normal;
    margin-top: 10px;
    width: 180px;
    text-align: left;
    overflow: hidden;
    max-height: 155px;
  }
  
  
