/*
Skin Name: Nivo Slider Metal Theme
Skin URI: 
Skin Type: flexible
Description: The metal skin for the Nivo Slider.
Version: 1
Author: Jesse Fisher
Author URI: http://stampdesign.com.au
*/

.nivoSlider a { display: block; }

.theme-metal .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	height: 380px; /* Fixed */
}
.theme-metal .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-metal .nivoSlider a {
	border:0;
	display:block;
}

.theme-metal .nivo-controlNav {
	text-align: center;
	padding: 10px 0 0;
}
.theme-metal .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-metal .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-metal .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-metal a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-metal a.nivo-prevNav {
	left:15px;
}

.theme-metal .nivo-caption { padding: 10px 30px; }
.theme-metal .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-metal .nivo-caption a:hover {
    color:#fff;
}

.theme-metal .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-metal .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-metal .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}