.theme-default.slider-wrapper {
	padding-top: 1px;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    overflow: visible;
    margin-top: 60px;
    border: 1px solid #D7D6D5;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	height: 15px;
	margin-top: 5px;
}

.theme-default .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	border: 1px solid #D7D6D5;
}

.theme-default .nivo-controlNav a.active {
	background-color: #d8150c;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	background-color: #372f2b;
	background-repeat: no-repeat;
	background-position: center;
}

.theme-default:hover .nivo-directionNav a { 
	opacity: 0.5;
}

.theme-default .nivo-directionNav a:hover { 
	opacity: 0.75;
}

.theme-default a.nivo-nextNav {
	background-image: url("arrow-right.png");
	right:10px;
}

.theme-default a.nivo-prevNav {
	background-image: url("arrow-left.png");
	left:10px;
}

.theme-default .nivo-caption {
    font-family: 'MinionPro';
    bottom: auto;
    top: -60px;
    background-color: #d8150c;
    height: 18px;
    margin: 1em 0 2em 0;
    opacity: 1 !important;
    padding: 0;
    font-size: 1em;
    overflow: visible;
}

.theme-default .nivo-caption > span {
    font-weight: bold;
    background-color: #fff;
    display: block;
    float: left;
    line-height: 1.2em;
    padding-right: 8px;
    white-space: nowrap;
    color: #444;
    font-family: 'MinionPro';
    font-size: 2.6em;
    margin-top: -0.48em;
}

.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
