/* Container DIV - automatically generated */
.simply-scroll-container { 
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
  
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
  width: 100%;
  height: 40px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 40px;
  margin:0 auto;
}
  
/* Explicitly set height/width of each list item */  
.simply-scroll .simply-scroll-list li {
  float: left; /* Horizontal scroll only */
  /*width: 290px; */
  height: 40px;
}


.simply-scroll-btn {
  position: absolute;
  background:red;
  width: 37px;
  z-index:3;
  cursor: pointer;
  opacity: 0.5;
  filter:alpha(opacity=50);
  height: 69px;
  top: -13px;
  display:block;
}

.simply-scroll-btn-left {
   background: url(/National_Library/20160521004321oe_/http://www.condenastinternational.com/images/arr-prev.png) 0% 16% no-repeat;
   left:0; 
}
.simply-scroll-btn-right {
   background: url(/National_Library/20160521004321oe_/http://www.condenastinternational.com/images/arr-next.png) 0% 16% no-repeat;
   right:0;  

}
.simply-scroll-btn-right:hover, .simply-scroll-btn-left:hover {
   opacity:1;
   filter:alpha(opacity=100);
   background-position:0% 82% no-repeat;
}




























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
