/**
 *   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.
 */
.nav {
	margin-top: auto;
	margin-bottom: auto;
	text-align:left;
}

.unslider-nav ol {
	list-style: none;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}
.unslider-nav ol li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #48a4e2;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background-color: #48a4e2;
    cursor: default;
}

.my-slider h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}
