/* view cycle styles */
div.views-cycle {
  width: 812px;
}

div.views-cycle ul,
div.views-cycle ul li {
  border: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.views-cycle-pager {
  clear: both;
  float: left;
  height: 340px;
  overflow: hidden;
  width: 252px;
}

.views-cycle-pager li {
  cursor: pointer;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

.views-cycle-pager li.activeSlide {
}

.views-cycle-pager li:hover img {
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/** The slideshow container **/
.views-cycle-container {
  float: left;
  height: 500px;
  width: 560px;
}

.views-cycle-container ul {
  list-style: none;
  list-style-type: none;
}

.views-cycle-container li {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 560px;
}
