/*
Skin Name: Nivo Slider Skiworld Theme
Skin Type: flexible
Description: The Skiworld skin for the Nivo Slider.
Version: 1.0
Author: Powder Blue Ltd
Author URI: http://www.powder-blue.com
*/
.hero-banner .nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	height: 274px;
	width: 715px;
}

.hero-banner .nivoSlider img {
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
	display: none;
}

.hero-banner .nivoSlider a {
	border: 0;
	display: block;
}

.hero-banner .nivo-controlNav {
	position: absolute;
	z-index: 5000;
	right: 0;
	bottom: 0;
}

.hero-banner .nivo-controlNav a {
	display: block;
	width: 15px;
	height: 19px;
	border: 0;
	float: left;
	color: #FFFFFF;
	font-size: 1.231em;
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
}

.hero-banner .nivo-controlNav a.active {
	background-color: #4589E0;
	font-weight: normal;
}

.hero-banner .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.hero-banner a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.hero-banner a.nivo-prevNav {
	left: 15px;
}

.hero-banner .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

.hero-banner .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.hero-banner .nivo-caption a:hover {
	color: #fff;
}