/*
Skin Name: EFFE Nivo Slider Skin
Skin URI: http://92five.net
Skin Type: flexible
Description: effe Nivo Slider Skin
Version: 1.0
Author: 92five
Author URI: http://92five.net
*/

.theme-effe .nivoSlider {
	width: 949px;
	height: 398px;
	position:relative;
	margin-left: 0px;;
	margin-right: 0px;
	background:#fff url(/images/loading.gif) no-repeat 50% 50%;
		max-height:100%;
	max-width:100%;
}
.theme-effe .nivo-caption {
	height: 0px;
}
.theme-effe .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
		max-height:100%;
	max-width:100%;
}
.theme-effe .nivoSlider a {
	border:0;
	display:block;
}

.theme-effe .nivo-controlNav {
	position: absolute;
	left: 50%;
	margin-left:-50px;
	bottom: 5px;
	float:left;
	z-index:999;

}
.theme-effe .nivo-controlNav a {

	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	z-index:999;
}
.theme-effe .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-effe .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-effe a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
.theme-effe a.nivo-prevNav {
	left:5px;
}