/*
Skin Name: Nivo Slider Breadfruit Theme
Skin URI: 
Skin Type: flexible
Description: 
Version: 1.0
Author: 
Author URI: 
*/

.theme-breadfruit .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 783px!important;
	display:none;
}
.theme-breadfruit .nivo-caption {
	background: #93a445;
	color: #fff;
	top: 0px;
	left: 798px;
	height: 483px;
	width: 420px;
}
.theme-breadfruit .nivo-caption {
	bottom: 20px;
}
.theme-breadfruit .nivoSlider {
	position: relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-breadfruit .nivo-directionNav {
	top: 130px;
}
.theme-breadfruit .nivo-directionNav a {
	display:block;
	width:30px;
	height:102px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
/*.theme-breadfruit a.nivo-nextNav {
	background-position: -30px 0;
	right:0px;
}*/
.theme-breadfruit a.nivo-prevNav {
	left:0px;
}
.theme-breadfruit a.nivo-nextNav {
	background-position: -30px 0;
	/*position: absolute;*/
	right:62px;
	/*top: 0px;
	z-index: 1000;*/
}

.theme-breadfruit a.nivo-prevNav {
	left:0px;
}

.theme-breadfruit a.nivo-nextNav:hover {
	background-position: -30px -102px;
}
.theme-breadfruit a.nivo-prevNav:hover {
	background-position: 0 -102px;
}