/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;
  /*added 2 lines*/
  margin-left: 440px !important;
  margin-top: 20px !important;
  display:none;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #783905;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #181e28;
  cursor: default;
}
.my-slider ul li img {padding:3px;border:2px solid #d5b487;border-radius:15px;/*width:946px;*/width:820px;}
.unslider-arrow {color:#783905;margin-top:0px;font-size:24px;}
.unslider-arrow:hover {text-decoration:none;}
