/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-nafem .nivoSlider {
	position:relative;
}
.theme-nafem .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-nafem .nivoSlider a {
	border:0;
	display:block;
}

.theme-nafem .nivo-controlNav {
	position: relative;
    left: 871px;
    top: -520px;
    background: url(box_with_squares.png) no-repeat;
	z-index: 10;
    text-align: center;
	height: 26px;
	width: 115px;
}
.theme-nafem .nivo-controlNav a {
	position: relative;
    top: -12px;
    display:inline-block;
	z-index: 11;
    width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-nafem .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-nafem .nivo-directionNav a {
	z-index: 11;
    display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-nafem:hover .nivo-directionNav a { opacity: 1; }
.theme-nafem a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-nafem a.nivo-prevNav {
	left:15px;
}

.theme-nafem .nivo-caption {
	margin-left:0px;
	margin-top:0px;
	width:956px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #003768;
	text-transform: none; 
}
.theme-nafem .nivo-caption a {
	color:#00AEEF;
	font-size:16px;
	text-decoration:none;
}
.theme-nafem .nivo-caption a:hover {
    color:#e6811d;
}



.theme-nafem .nivo-caption1 {
	margin-left:80px;
	margin-top: 360px;
	width:600px;

	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: none; 
}
.theme-nafem .nivo-caption1 a {

	color:#00AEEF;
	font-size:16px;
        line-height: 24px;
}
.theme-nafem .nivo-caption1 a:hover {
    color:#e6811d;
}

.theme-nafem .nivo-caption2 {
	margin-left:250px;
	margin-top:350px;
	width:600px;

	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: none; 
}
.theme-nafem .nivo-caption2 a {
	color:#00AEEF;
	font-size:16px;

        line-height: 24px;
}
.theme-nafem .nivo-caption2 a:hover {
    color:#e6811d;
}

.theme-nafem .nivo-caption3 {
	margin-left:490px;
	margin-top:130px;
	width:600px;

	font-size: 24px;
	line-height: 24px;
	color: #003768;
	text-transform: none; 
}
.theme-nafem .nivo-caption3 a {

	color:#00AEEF;
	font-size:16px;
        line-height: 24px;
}
.theme-nafem .nivo-caption3 a:hover {
    color:#e6811d;
}

.theme-nafem .nivo-caption4 {
	margin-left:620px;
	margin-top:350px;
	width:600px;

	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-transform: none; 
}
.theme-nafem .nivo-caption4 a {

	color:#00AEEF;
	font-size:16px;
        line-height: 24px;
}
.theme-nafem .nivo-caption4 a:hover {
    color:#e6811d;
}


.theme-nafem .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-nafem .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-nafem .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}