.theme-default .nivoSlider {
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
    margin: 0px;
}
.theme-default .nivoSlider img {
	
}
.theme-default .nivoSlider .nivo-controlNav a {
    margin: 3px 3px 10px 10px;
    float: left;
}
.theme-default .nivoSlider .nivo-controlNav a img {
    border: 5px solid white;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-default .nivoSlider .nivo-controlNav a.active img,
.theme-default .nivoSlider .nivo-controlNav a:hover img {
    border: 5px solid #001229;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav {
	position: absolute;
	right: 0;
	top: 0;
    width: 240px;
}
.theme-default .nivo-controlNav a {
    
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default a.moduleItemReadMore {
    background: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font: 11px/21px 'Ubuntu', sans-serif;
}
    .theme-default a.moduleItemReadMore:hover {
        background: none;
        text-decoration: underline;
    }

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-default a.nivo-prevNav {left:15px;}

.theme-default .nivo-caption {
    font: 12px/21px 'Ubuntu', sans-serif;
    color: #919191;
}
.theme-default .nivo-caption a {color:#fff;}
.theme-default .nivo-caption a:hover {color:#fff;}