
/* ------------------*/
/* containers, misc */
/* ------------------*/
.aped_hidden {
  display: none;
}
.aped_container {
  overflow: hidden; 
  visibility: hidden;
}
.aped_slides {
  position: relative;
  float: left;
}
.aped_thumbs {
  overflow: hidden; 
}
.aped_struct_field {
  display: none;
}

/* ------------------*/
/* slides */
/* ------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.rslides img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.aped_slides .rslides .aped_slide_title a {
  color: #fff;
  text-decoration: none;
}

.aped_slides .rslides .aped_slide_title {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,.5);
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rslides .aped_slide_caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aped_slides .rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  left: 0;
  top: 40%;
  opacity: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/html/js/jquery/responsiveSlidesJS/images/themes.gif") no-repeat left top;
  -webkit-transition: all .7s ease; 
  -moz-transition: all .7s ease; 
  transition: all .7s ease;
}
.aped_slides .rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.aped_slides .rslides_nav:active {
  opacity: 0.5;
}
.aped_slides:hover .rslides_nav:hover {
  opacity: 0.5;
}


/* ------------------*/
/* thumbs */
/* ------------------*/
.aped_thumb_rect {
  margin: 3px;
  position: relative;
  z-index: 0;
}
.aped_thumbs a {
  display: inline-block;
  padding: 0;
}
.aped_thumbs img {
  float: left;
  max-width: inherit!important; /* bootstrap compatibility */
}
.rslides_here .aped_thumb_thumb a {
  background: transparent;
  box-shadow: 0 0 0 3px #000 inset; 
}

.aped_thumb_container {
  overflow: hidden; 
  position: relative;
  z-index: 0;
}
.aped_thumb_thumb {
  margin: 0 5px;
}
.aped_thumb_desc {
  text-align: left;
  overflow: hidden;
  margin: 5px 5px;
}

.aped_thumb_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  padding: 0 3px 0 0;
}
.aped_thumb_detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 12px;
  padding: 0 3px 0 0;
}
.aped_thumb_abstract {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 12px;
  padding: 0 3px 0 0;
  white-space: normal; 
  float: left;
 }

.aped_thumb_title a {
  /* Workaround for getting ellipsis to appear in <a>, which are not block elements... */
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}


.aped_thumb_img_title {
  display: block;
  position: absolute;
  z-index: 2;
  text-decoration: none;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  background: rgba(0,0,0,.3);
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}
.aped_thumb_img_caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-decoration: none;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0,0,0,.3);
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}

.aped_thumb_tile_title {
  display: block;
  position: absolute;
  z-index: 1;
  text-decoration: none;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0;
  margin: 0;
}
.aped_thumb_tile_caption {
  display: block;
  position: absolute;
  z-index: 1;
  text-decoration: none;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0;
  margin: 0;
}

/* ------------------*/
/* hoverscroll */
/* ------------------*/
div.hoverscroll {
  position:relative;
}
div.hoverscroll div.listcontainer {
  overflow:hidden;
}
div.hoverscroll div.fixed-listcontainer {
  overflow: hidden;
  float: left;
}
div.hoverscroll ul.list {
  list-style:none;
  margin:0;
  padding:0;
}
div.hoverscroll ul.list li.item {
  display:block;
  padding:0;
}
div.hoverscroll.horizontal ul.list li.item {
  float:left;
}
div.hoverscroll.horizontal.rtl ul.list li.item {
  float: right;
}


