@charset "utf-8"; 

/* Layout 
------------------------------------------------- */
#sliderWrapper	{
	width:960px;
	height:360px;
	background:#fff;
	position:relative;
}

/*
 * 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;
	background:#fff url(/uploads/tpl-buddy-006/loading.gif) no-repeat 50% 50%;
	margin-bottom:50px;
	width:960px;
	height:360px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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;
	right:0px;
	bottom:0px;
	color:#dad7d7;
	width:390px;
	z-index:8;
	background: #000;
	padding: 14px 12px;
 	overflow:hidden;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption h2	{
	padding:4px 5px 0 5px;
	color:#f57516;
}
.nivo-caption a {
	display:inline !important;
	color:#f57516;
}
a.readmore-slider 	{
	font-size:14px;
	padding: 4px 12px 4px 5px;
	z-index:100;
	color: #f57516;
	display:block;
	text-decoration:none;
}
a:hover.readmore-slider 	{
	text-decoration:underline;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:44%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(/uploads/tpl-buddy-006/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	background-position: 0 -30px;
	left:15px;
	opacity: 0.8;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
a:hover.nivo-prevNav {
	left:15px;
	opacity:1;
}
a.nivo-nextNav {
	background-position:-30px -30px;
	right:15px;
	opacity: 0.8;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
a:hover.nivo-nextNav {
	right:15px;
	opacity:1;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:16px;
	bottom:12px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:22px;
	height:22px;
	background:url(/uploads/tpl-buddy-006/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}
/* Stylesheet: EFH-NivoSlider Modified On 2013-07-17 10:23:13 */
