/*
Skin Name: Nivo Slider Fuli Theme
Description: Customized theme for Fuli-Express.
Version: 1.1
*/

.slider-wrapper.theme-fuli {
	position: relative;
	margin: 5px 10px;
	border: 3px solid #fe6033;
}

.theme-fuli .nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
}

.theme-fuli .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-fuli .nivoSlider a {
	border: 0;
	display: block;
}

.theme-fuli .nivo-controlNav {
	position: absolute;
	left: 6px;
	bottom: 10px;
	text-align: left;
	padding: 0;
	z-index: 999;
}

.theme-fuli .nivo-controlNav a {
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	margin: 0 6px;
	opacity: 0.25;
}

.theme-fuli .nivo-controlNav a.active {
	opacity: 1;
}