/*
 * 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;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    text-indent: 0;
    z-index: 8;
    background: url(../../adat/pattern.png) repeat;
}
.nivo-caption > p {
	position: absolute;
	left:	20px;
	bottom: 120px;
	padding: 0px;
    opacity: 1;
    font-family:	"Open Sans Condensed";
    text-align: left;
}

.nivo-caption p > strong {
    display: block;
    color: #EADCC5;
    font-size: 92px;
    line-height: 1.2em;
    padding: 0px;
    font-weight: normal;
    text-shadow: 3px 3px 10px #000000;
    text-transform: uppercase;
    font-family: 'Bangers', cursive;
}

.nivo-caption p > span {
    color: #EADCC5;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    width:	100%;
    padding: 0px;
    margin: 0px;
}

.nivo-caption p > span > p {
	margin: 0;
}

.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 & Prev) */
.nivo-directionNav {
	position:absolute;
	width: 60px;
	bottom: 125px;
	right: 50px;
	height: 50px;	
}
.nivo-directionNav a {
	position:absolute;
	bottom: 0;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
    background: url("../images/icons/fokep_arrow_left.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 30px;
    left: 0px;
    position: absolute;
    bottom: 0px !important;
    width: 20px;
    text-indent: -9999px;
}
.nivo-prevNav:hover {
	background-position: 0px -30px;
}
.nivo-nextNav {
    background: url("../images/icons/fokep_arrow_right.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 30px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    width: 20px;
    text-indent: -9999px;
}
.nivo-nextNav:hover {
	background-position: 0px -30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	height:	17px;
	right:	10px;
	bottom:	5px;
	z-index: 50;
}
.nivo-controlNav a {
	width:			16px;
	height:			17px;
	background:		url(../images/icons/fokep_select.png) no-repeat;
	background-position:	0px 0px;
	float:			left;
	margin-right:	5px;
	cursor:			pointer;
	text-indent:	-9999px;
	transition: all 0s ease 0s;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position:	0px -17px;
}

.nivo-slice {
	background-attachment: fixed !important;
	background-size: cover !important;	
	background-position: center center !important;
}

.nivo-box {
	background-attachment: fixed !important;
	background-size: cover !important;	
	background-position: center center !important;
}