.nivoSlider {
	position:absolute !important;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}
.nivo-controlNav {
    display:none;
	position:absolute;
	left:47%;
	bottom:-30px;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
    position: absolute;
    top:45%;
    z-index:99;
    cursor: pointer;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption {
    display: block !important;
    color: #111;
    position: static;
    margin-left: 480px;
    border-left: 1px solid #b5b5b5;
    padding: 0 1em;
    width: auto;
    height: 320px;
    opacity: 1 !important;
    overflow: hidden;
    background: #9CB5B5;

}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

