.theme-small.slider-wrapper {
	background:url(../images/slider.png) no-repeat;
	width:688px;
	height:148px;
	margin:15px auto -40px auto;
	padding-top:19px;
	position:relative;
}

.theme-small .nivoSlider {
	position:relative;
	width:650px;
	height:100px;
	margin-left:19px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-small .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:650px;
	height:100px;
}
.theme-small .nivoSlider a {
	border:0;
	display:block;
}

.theme-small .nivo-controlNav {
	position:absolute;
	right:10px;
	top:10px;
	margin-left:-40px;
}
.theme-small .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:16px;
	height:15px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:3px;
	margin-top:3px;
	float:left;
}
.theme-small .nivo-controlNav a:hover {
	background-position:-16px 0;
}
.theme-small .nivo-controlNav a.active {
	background-position:-32px 0;
}
.theme-small .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-small a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-small a.nivo-prevNav {
	left:15px;
}

.theme-small .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-small .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-small .nivo-caption a:hover {
    color:#fff;
}
