/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/*.flexslider {
	direction:rtl;
}*/
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav .flex-prev {
  left: auto; right: -50px;
}
.flex-direction-nav .flex-next {
  right: auto; left: -50px;
  text-align: left;
}
#f1:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: auto; right: 10px;
}

#f1:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: auto;
  left: 10px;
}
 .flex-pauseplay a {
  left: auto; right: 10px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: auto; right: 10px;
  }
  .flex-direction-nav .flex-next {
    right: auto; left: 10px;
  }
}
