<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
    margin: 0;
    opacity: 1;
    position: absolute;
    left: 0px;
    text-indent: 0;
    top: 0px;
    width: 940px;
    z-index: 8;
    height: 0px;
}
.nivo-caption p {
	padding: 0px;
    left: 0px;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 412px;
    background: url(../images/structure/fokep_title_bg.png) top left repeat;
    width: 940px;
    height: 0px;
    overflow: hidden;
}
.nivo-caption p strong {
	font-family: sans-serif;
    color: #eaeaea;
    display: block;
    font-size: 14pt;
    font-weight: bold;
    padding: 17px 0 0px 15px;
}

.nivo-caption p strong &gt; span {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 0 0px;
}

.nivo-caption p &gt; span {
    color: #CCCCCC;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    font-family: Impact;
    padding: 5px 0px 0px 15px;
}
.nivo-caption a {
    display: block;
    padding: 5px 0px 0 52px;
    font-weight: bold;
    color: #CECECE;
    text-decoration: underline;
}
.nivo-caption a:hover {
    text-decoration: none;
    color: #ffffff;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
    background: url("../images/structure/fokep_arrow_left.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 73px;
    left: -20px;
    position: absolute;
    top: 170px !important;
    width: 50px;
    text-indent: -9999px;
}
.nivo-nextNav {
    background: url("../images/structure/fokep_arrow_right.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 73px;
    right: -20px;
    position: absolute;
    top: 170px !important;
    width: 50px;
    text-indent: -9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
    left: 54px;
    bottom: 20px;
    margin-left: 0px; /* Tweak this to center bullets */
	z-index: 9999;
}
.nivo-controlNav a {
	display:		block;
	width:			19px;
	height:			19px;
	background:		url(../images/icons/bullets.png) no-repeat;
	text-indent:	-9999px;
	border:			0;
	margin-right:	3px;
	float:			left;
	cursor:			pointer;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position:0 -19px;
}</pre></body></html>