﻿.unslider{
  overflow:auto;
  margin:0 0 30px 0;
  padding:0;
  // border: 1px solid #DBDBDB;
  border-radius: 5px 0 5px 5px;
  position: relative;
}

.unslider:after {
    content: url('/dev/wp-content/themes/somero/images/edge.png');
    position: absolute;
    right: 0;
    top: 0;
}
.unslider-wrap{
  position:relative;
}
.unslider-wrap.unslider-carousel>li{
  float:left;
}
.unslider-vertical>ul{
  height:100%;
}
.unslider-vertical li{
  float:none;
  width:100%;
}
.unslider-fade{
  position:relative;
}
.unslider-fade .unslider-wrap li{
  position:absolute;
  left:0;
  top:0;
  right:0;
  z-index:8;
}
.unslider-fade .unslider-wrap li.unslider-active{
  z-index:10;
}
.unslider li,.unslider ol,.unslider ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  border:none;
}
.unslider-arrow{
  display:none;
   position:absolute;
   left:20px;
  z-index:2;
  cursor:pointer;
}
.unslider-arrow.next{
  display:none;
   left:auto;
   right:20px;
}


/**
 *   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{
    margin-top: -30px;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
 }

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px!important;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #A8177C;
  cursor: pointer;
  background: white;
}

.unslider-nav ol li.unslider-active {
  background: #A8177C;
  cursor: default;
}