/* The Nivo Slider styles */

#slider {
	float:left;
	position:relative;
	background:url(/wp-content/plugins/nivo-slider-for-wordpress/img/loaderB64.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivoSlider {
	position:relative;
	width:600px;
	background:url(/wp-content/plugins/nivo-slider-for-wordpress/img/loaderB64.gif) no-repeat 50% 50%;
}
.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 {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	width: 275px;
	z-index: 89;
	padding: 15px 0;
}
.nivo-caption h2 {
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.nivo-caption p {
	line-height:180%;
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}
.nivo-caption p span {
	font-weight: 400;
	line-height: 80px;
	font-family: 'Open Sans', sans-serif;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/*============================*/

/*=== Custom Slider Styles ===*/

/*============================*/

.slider {
	width:100%;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slider a {
	border:0;
}

 .nivo-controlNav {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 10;
    width: 100%;
    height: 30px;
	padding: 5px 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;
}

.nivo-controlNav a {
	zoom:0.7;
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 5px 2px 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:31px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	color:white;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
