#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:relative;
/*
//	left: 0px;
//	right: 0px;
*/
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	text-align: center;
	padding: 7px 0px;
	z-index:8;
	width: 150px;
}

.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	display:inline-block;
	padding: 0px 0px 0px 0px;
}

.nivo-controlNav a.active {
	background-position:-15px 0;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
        position:absolute;
        top:45%;
        z-index:9;
        cursor:pointer;
        background:url(arrows.png) no-repeat;
        text-indent:-9999px;
        display:block;
        width:32px;
        height:34px;
        display:block;
        border:0;
}

a.nivo-prevNav {
        left:5px;
}

a.nivo-nextNav {
      background-position:-32px 0;
      right:5px;
}

.nivoSlider {
	overflow: visible;
}

.theme-dark.slider-wrapper {
    padding: 0px;
}

/* Caption styles */
.nivo-caption {
	text-align: right;
	position:absolute;
	left:0px;
	bottom:-20px;
	background: transparent;
	color: rgb(108, 108, 108);
	width:100%;
	padding: 0px;
	padding-right: 5px;
	opacity: 1.0;
	overflow: visible;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption p {
	padding:0px;
	margin:0;
}

