/*
 * 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;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }


/* Caption styles */
.nivo-caption {
	position:absolute;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



.nivoSlider {
	position:relative;
    width: 960px;
    height: 400px;
	background: #FFF url("../../../../wp-content/themes/pageflow/images/preloader.gif") no-repeat center center;
    margin: 0 auto 50px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
    position: relative;
	line-height: 1;
    width: 100%;
    text-align: center;
    top: -51px;
}

.nivo-controlNav a {
	display: inline-block;
	width: 137px;
	height: 0px;
	background-color: #0E8D8D;
	text-indent: -9999px;
	border-bottom: 10px solid transparent;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
}

.nivo-controlNav a.active {
    border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,0.4);
}

.nivo-directionNav a {
	display:block;
    width: 25px;
    height: 25px;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav,
a.nivo-prevNav {
	top: 50%;
    left: auto;
    right: -39px;
    margin-top: -13px;
    background: url("../../../../wp-content/themes/pageflow/images/icons/p-next.png") no-repeat center center;
}

a.nivo-prevNav {
	left: -39px;
    right: auto;
    background: url("../../../../wp-content/themes/pageflow/images/icons/p-prev.png") no-repeat center center;
}

.nivo-caption {
    line-height: 1.4;
    top: 150px;
    left: 70px;
    width: 260px;
    padding: 15px;
    border-top: 4px solid #0E8D8D;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    text-transform: lowercase;
}

.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}

.nivo-caption a:hover {
    color:#fff;
}

/*
playback timings (ms):
  captures_list: 0.507
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 152.844
  LoadShardBlock: 226.195 (3)
  PetaboxLoader3.datanode: 273.154 (4)
  load_resource: 224.778
  PetaboxLoader3.resolve: 104.32
*/