/*
Skin Name: Nivo Geoff
*/

.theme-geoff.slider-wrapper {
    background: #272727;
	border: 1px solid #313131;
	border-radius: 10px;
    padding: 10px;
	margin: 0 auto;
	max-width: 700px;
	padding: 10px;
}
.theme-geoff .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}

.nivoSlider:hover .nivo-caption {opacity: 0.5 !important;}

.theme-geoff .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-geoff .nivoSlider a {
	border:0;
	display:block;
}

.theme-geoff .nivo-controlNav {
	text-align: right;
	padding: 0;
	position: relative;
	z-index: 10;
	font-size: 0px;
}
.theme-geoff .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-geoff .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-geoff .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-geoff:hover .nivo-directionNav a { opacity: 0.7; }

.theme-geoff a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-geoff a.nivo-prevNav {
	left:15px;
}

.theme-geoff .nivo-caption {
	text-align: left;
    font-family: Helvetica, Arial, sans-serif;
	-webkit-transition:all 1s ease; /* delay = 1 s */
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	opacity: 0 !important;
}

.theme-geoff .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-geoff .nivo-caption a:hover {
    color:#fff;
}

.theme-geoff .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-geoff .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-geoff .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}