/*
Skin Name: APW Standard
Skin URI: http://www.acuperfectwebsites.com
Skin Type: flexible
Description: Custom theme for APW websites.
Version: 1.0
Author: Ben Thibert
Author URI: http://acuperfectwebsites.com
*/

.theme-apw .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin: .2em 0;
}
.theme-apw .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-apw .nivoSlider a {
	border:0;
	display:block;
}

.theme-apw .nivo-controlNav {
	position: relative;
	text-align: left;
	clear: both;
	height: 15px;
	padding: 6px 0 12px;
}
.theme-apw .nivo-controlNav a {
	display:block;
	float: left;
	width:22px;
	height:22px;
	text-indent:-9999px;
	background:url(bullets.png) no-repeat;
	margin-right:3px;
	border:0;
}
.theme-apw .nivo-controlNav a.active {
	background-position:0 -22px;
}

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

.theme-apw .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-apw .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-apw .nivo-caption a:hover {
    color:#fff;
}

.theme-apw.controlnav-thumbs {
	margin-bottom: 100px; /* Tweak this depending on thumbnail size */
}
.theme-apw.controlnav-thumbs .nivo-controlNav {
	bottom: -70px; /* Tweak this depending on slider height */
	left: 0;
	margin-left: 0;
	width: 100%;
}
.theme-apw.controlnav-thumbs .nivo-controlNav a {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	margin: 0 6px 6px 0;
}
.theme-apw.controlnav-thumbs .nivo-controlNav img {
	position: relative;
	display: block;
}