/*
Skin Name: Flat Bird Theme
Skin URI: http://www.usglobalmail.com
Description: Skin for US Global Mail
Version: 1.3
Author: Jonathan Piacenti
Author URI: http://www.kelketek.com
Supports Thumbs: true
*/

.theme-flat_bird .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-flat_bird .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background-color:black;
}
.theme-flat_bird .nivoSlider a {
	border:0;
	display:block;
    max-width: 100%;
}

.theme-flat_bird .nivo-controlNav {
	text-align: center;
	position: relative;
	bottom: 25px;
	z-index: 9001;
	padding: 0px;
}
.theme-flat_bird .nivo-controlNav a {
    height: 9px;
    width: 9px;
	display:inline-block;
	background:url(unselected.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	padding: .5em;
	padding-bottom: 0px;
}
.theme-flat_bird .nivo-controlNav a.active {
	background:url(selected.png) no-repeat;
}

.theme-flat_bird .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-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-flat_bird:hover .nivo-directionNav a { opacity: 1; }
.theme-flat_bird a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-flat_bird a.nivo-prevNav {
	left:15px;
}

.theme-flat_bird .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-flat_bird .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-flat_bird .nivo-caption a:hover {
    color:#fff;
}

.theme-flat_bird .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-flat_bird .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-flat_bird .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 64px;
	height: auto;
}

.slider-wrapper {
	margin-bottom: -20px;
}
