@charset "utf-8";

.theme-custom{
	position:relative;
}

.theme-custom .nivoSlider {
	position:relative;
	background: url(loading.gif) no-repeat 50% 50% transparent;
}
.theme-custom .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-custom .nivoSlider a {
	border:0;
	display:block;
}
/*bullets*/
.theme-custom .nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:-38px;
	z-index:1000;
}
.theme-custom .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	line-height:22px;
	background:url(bullets.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0 3px;
}
.theme-custom .nivo-controlNav a.active {
	background-position:0 -22px;
}


/*arrows*/
.theme-custom .nivo-directionNav a {
	display:block;
	width:40px;
	height:64px;
	background:url(arrows.gif) 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-custom :hover .nivo-directionNav a {
	opacity: 0.8;
}
.theme-custom a.nivo-nextNav {
	background-position:-41px 0;
	right:10px;
}
.theme-custom a.nivo-prevNav {
	left:10px;
}

@media screen and (max-width: 480px) {
.theme-custom .nivo-directionNav a {
	display:none;
}
}



.theme-custom .nivo-caption {
   /* font-family: Helvetica, Arial, sans-serif;*/
}
.theme-custom .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-custom .nivo-caption a:hover {
    color:#fff;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}