.theme-inside.slider-wrapper {
	position: relative;
    padding: 0px;
}
.theme-inside .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    overflow: visible;
}
.theme-inside .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-inside .nivoSlider a {
	border:0;
	display:block;
}

.theme-inside .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: absolute;
	bottom:-2px;
	left:10px;
	z-index: 10;
}
.theme-inside .nivo-controlNav a {
	display:inline-block;
	width:20px;
	height:18px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0;
}
.theme-inside .nivo-controlNav a.active {
	background-position:0 -23px;
}

.theme-inside .nivo-directionNav a {
	display:block;
	width:16px;
	height:41px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: 40%;
	position: absolute;
	z-index: 11;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-inside a.nivo-nextNav {
	background-position:-16px 50%;
	right:0px;
}
.theme-inside a.nivo-prevNav {
    background-position:0px 50%;
    left: 0px;
}

.theme-inside .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-inside .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-inside .nivo-caption a:hover {
    color:#fff;
}

.theme-inside .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-inside .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-inside .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}