.theme-outpost.slider-wrapper {
    background: #fff;
    position: relative;
}
.theme-outpost .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-outpost .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-outpost .nivoSlider a {
	border:0;
	display:block;
}

.theme-outpost .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: absolute;
    left: 20px;
    bottom: 5px;
	z-index: 10;
}
.theme-outpost .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-outpost .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-outpost .nivo-directionNav {
    position: absolute;
    right: 10px;
    bottom: 36px;
}
.theme-outpost .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-outpost .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-outpost a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-outpost a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

.theme-outpost .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-outpost .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-outpost .nivo-caption a:hover {
    color:#fff;
}

.theme-outpost .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
    position: absolute;
    bottom: 0;
}
.theme-outpost .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-outpost .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 60px;
	height: auto;
}

.feature .theme-outpost.slider-wrapper {
    background: #fff;
    position: relative;
}
.feature .theme-outpost .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
    height: 368px;
}
.feature .theme-outpost .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width: 500px;
    height: 300px !important;
}
.feature .theme-outpost .nivoSlider a {
	border:0;
	display:block;
}

.feature .theme-outpost .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: absolute;
    left: 20px;
    bottom: 5px;
	z-index: 10;
}
.feature .theme-outpost .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.feature .theme-outpost .nivo-controlNav a.active {
	background-position:0 100%;
}

.feature .theme-outpost .nivo-directionNav {
    position: absolute;
    right: 10px;
    bottom: 36px;
    display: none;
}
.feature .theme-outpost .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.feature .theme-outpost .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.feature .theme-outpost a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.feature .theme-outpost a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

.feature .theme-outpost .nivo-caption {
    top: 0;
    left: 510px;
    padding-left: 5px;
    width: 180px;
    background: none;
    color: #333;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.feature .theme-outpost .nivo-caption a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
    color:#333;
    border-bottom:1px dotted #fff;
    text-decoration: none;
    font-weight: bold;
}

.feature .theme-outpost .nivo-caption .feature-author {
    font-size: 10px;
    line-height: 20px;
}

.feature .theme-outpost .nivo-caption a:hover {
    color:#333;
}

.feature .theme-outpost .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.feature .theme-outpost .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
    margin-left: 8.5714px;
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
.feature .theme-outpost .nivo-controlNav.nivo-thumbs-enabled a:first-child {
    margin-left: 0;
}
.feature .theme-outpost .nivo-controlNav.nivo-thumbs-enabled a.active {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.feature .theme-outpost .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 55px;
	height: 55px;
}
/* IE compatibility mode fix */
.feature .theme-outpost .nivo-controlNav.nivo-thumbs-enabled a {
    text-indent: 0;
    font-size: 0;
    line-height: 0;
}
