.theme-uf #slider {
    margin:0px auto 0 auto;
    width:806px; /* Make sure your images are the same size */
    height:338px; /* Make sure your images are the same size */
}

.theme-uf .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #000000;
    -moz-box-shadow: 0px 1px 5px 0px #000000;
    box-shadow: 0px 1px 5px 0px #000000;
}
.theme-uf .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-uf .nivoSlider a {
	border:0;
	display:block;
}

.theme-uf .nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:290px;
    margin-left:0px; /* Tweak this to center bullets */
}
.theme-uf .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(nivo_slider_sprite.png) no-repeat;
    background-position:0 -30px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-uf .nivo-controlNav a.active {
	background-position:0 -52px;
}

.theme-uf .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo_slider_sprite.png) no-repeat;
	text-indent:-9999px;
	border:0;
    opacity: 0.7;
}

.theme-uf .nivo-controlNav a:hover
{
    background-position: -19px -30px;
}
.theme-uf .nivo-controlNav a.active:hover
{
    background-position: -19px -52px;
}

.theme-uf .nivo-directionNav a:hover {
	opacity: 1.0;
}

.theme-uf a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-uf a.nivo-prevNav {
	left:15px;
}

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