.theme-brides .nivoSlider {
	overflow: visible;
}
.theme-brides .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-brides .nivoSlider a {
	border:0;
	display:block;
}

.theme-brides .nivo-controlNav {
	text-align: center;
	padding: 25px 0;
}
.theme-brides .nivo-controlNav a {	
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(bullets2.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 0px;
}
.theme-brides .nivo-controlNav a.active {
	background-position:0 -10px;
}

.theme-brides .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-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-brides:hover .nivo-directionNav a { opacity: 1; }
.theme-brides a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-brides a.nivo-prevNav {
	left:15px;
}

.theme-brides .nivo-caption {
	position:absolute;
	right: 0px;
	bottom: -28px;
	background-color: transparent;
	color: #B8B8B8;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	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+ */
	
	text-align: right;
	font-size: 12px;
}
.theme-brides .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-brides .nivo-caption a:hover {
    color:#fff;
}

.theme-brides .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-brides .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-brides .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}