/*
Skin Name: Nivo Thirtythree
Skin URI: http://bigwebbox.co.uk/wpdesign29/
Skin Type: flexible
Description: Healthhosts skin for template number thirtythree.
Version: 1.0
Author: Healthhosts
Author URI: http://www.healthhosts.com
*/
.nivo-directionNav {
	display:block !important;
}
.theme-nivo-thirtythree .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}
.theme-nivo-thirtythree .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-nivo-thirtythree .nivoSlider a {
	border:0;
	display:block;
}
.theme-nivo-thirtythree .nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:12px;
    margin:0; /* Tweak this to center bullets */
	padding: 0;
	z-index: 99999999;
}
.theme-nivo-thirtythree .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-nivo-thirtythree .nivo-controlNav a.active {
	background-position:0 -20px;
}
.theme-nivo-thirtythree .nivo-directionNav a {
	display:block;
	width:25px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-nivo-thirtythree a.nivo-nextNav {
	background-position:-25px 0;
	right:0;
}
.theme-nivo-thirtythree a.nivo-nextNav:hover {
	background-position:-25px -34px;
}
.theme-nivo-thirtythree a.nivo-prevNav {
	left:0;
}
.theme-nivo-thirtythree a.nivo-prevNav:hover {
	background-position:0 -34px;
}
.theme-nivo-thirtythree .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-nivo-thirtythree .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-nivo-thirtythree .nivo-caption a:hover {
    color:#fff;
}
.theme-nivo-thirtythree .nivo-caption {
    background: #1d6d5d;
    color: #fff;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    left: 40px;
    line-height: 20px;
    opacity: 0.75;
    position: absolute;
    bottom: 20px;
    width: 340px;
    z-index: 8;
	  padding:10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
}
.theme-nivo-thirtythree.controlnav-thumbs {
	margin-bottom: 100px; /* Tweak this depending on thumbnail size */
}
.theme-nivo-thirtythree.controlnav-thumbs .nivo-controlNav {
	bottom: -70px; /* Tweak this depending on slider height */
	left: 0;
	margin-left: 0;
	width: 100%;
}
.theme-nivo-thirtythree.controlnav-thumbs .nivo-controlNav a {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	margin: 0 6px 6px 0;
}
.theme-nivo-thirtythree.controlnav-thumbs .nivo-controlNav img {
	position: relative;
	display: block;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 156px !important;
    z-index: 9;
}