/*

Skin Name: Nivo Twentynine

Skin URI: http://bigwebbox.co.uk/wpdesign29/

Skin Type: flexible

Description: Healthhosts skin for template number twentynine.

Version: 1.0

Author: Healthhosts

Author URI: http://www.healthhosts.com

*/

.nivo-directionNav {
	display:block !important;
}

.theme-nivo-twentynine .nivoSlider {

	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;

}

.theme-nivo-twentynine .nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

	display:none;

}

.theme-nivo-twentynine .nivoSlider a {

	border:0;

	display:block;

}



.theme-nivo-twentynine .nivo-controlNav {

	position:absolute;
	right:10px;
	bottom:12px;
    margin:0; /* Tweak this to center bullets */
	padding: 0;
	z-index: 99999999;

}

.theme-nivo-twentynine .nivo-controlNav a {

	display:block;

	width:22px;

	height:22px;

	background:url(bullets.png) no-repeat;

	text-indent:-9999px;

	border:0;

	margin-right:3px;

	float:left;

}

.theme-nivo-twentynine .nivo-controlNav a.active {

	background-position:0 -20px;

}



.theme-nivo-twentynine .nivo-directionNav a {
	display:block;
	width:25px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-nivo-twentynine a.nivo-nextNav {
	background-position:-25px 0;
	right:0;
}
.theme-nivo-twentynine a.nivo-nextNav:hover {
	background-position:-25px -34px;
}
.theme-nivo-twentynine a.nivo-prevNav {
	left:0;
}
.theme-nivo-twentynine a.nivo-prevNav:hover {
	background-position:0 -34px;
}


.theme-nivo-twentynine .nivo-caption {

    font-family: Helvetica, Arial, sans-serif;

}

.theme-nivo-twentynine .nivo-caption a {

    color:#fff;

    border-bottom:1px dotted #fff;

}

.theme-nivo-twentynine .nivo-caption a:hover {

    color:#fff;

}

.theme-nivo-twentynine .nivo-caption {
    background: #000;
    color: #fff;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    left: 40px;
    line-height: 20px;
    opacity: 0.8;
    position: absolute;
    bottom: 20px;
    width: 340px;
    z-index: 8;
	padding:10px;
}

.theme-nivo-twentynine.controlnav-thumbs {

	margin-bottom: 100px; /* Tweak this depending on thumbnail size */

}

.theme-nivo-twentynine.controlnav-thumbs .nivo-controlNav {

	bottom: -70px; /* Tweak this depending on slider height */

	left: 0;

	margin-left: 0;

	width: 100%;

}

.theme-nivo-twentynine.controlnav-thumbs .nivo-controlNav a {

	width: auto;

	height: auto;

	background: none;

	text-indent: 0;

	margin: 0 6px 6px 0;

}

.theme-nivo-twentynine.controlnav-thumbs .nivo-controlNav img {

	position: relative;

	display: block;

}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 156px !important;
    z-index: 9;
}