/*
Skin Name: Nivo Slider SkyAuction Theme
Description: Based on the bottom bar skin for the Nivo Slider.
Version: 1.0
Supports Thumbs: false
*/

.theme-skyauction.slider-wrapper {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}
.theme-skyauction .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-skyauction .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-skyauction .nivoSlider a {
	border:0;
	display:block;
}

.theme-skyauction .nivo-controlNav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    /* width: 100%; */
    height: 15px;
	text-align: center;
	padding: 5px 0;
}
.theme-skyauction .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0;
	/* margin: 5px 2px 0 2px; */
}
.theme-skyauction .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-skyauction .nivo-directionNav a {
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	top: auto;
	bottom: 10px;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-skyauction a.nivo-nextNav { right: -50px; }
.theme-skyauction a.nivo-prevNav { left: -50px; }
.theme-skyauction:hover a.nivo-nextNav { 
    right: 15px; 
    opacity: 1;
}
.theme-skyauction:hover a.nivo-prevNav { 
    left: 15px; 
    opacity: 1;
}
.theme-skyauction .nivo-directionNav a:hover { color: #ddd; }

.theme-skyauction .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-skyauction:hover .nivo-caption {
    bottom: 41px;
}
.theme-skyauction .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-skyauction .nivo-caption a:hover {
    color:#fff;
}

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