/*
Skin Name: Nivo Slider 789Theme
*/

.theme-789theme .nivoSlider {
	background:#fafafa url(loading.gif) no-repeat 50% 50%;
    z-index: 1;
}
.theme-789theme .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-789theme .nivoSlider a {
	display:block;
}
.theme-789theme .nivo-controlNav{
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 9;
}
.theme-789theme .nivo-controlNav a {
	display:inline-block;
	width: 20px;
	height: 20px;
	background: url(bullets.png);
    background-repeat: no-repeat;
	text-indent:-9999px;
	border:0;
    margin: 0 1px;
}
.theme-789theme .nivo-controlNav a.active {
	background-position: -20px 0;
}
.theme-789theme .nivo-controlNav a:hover{
	background-position: -40px 0;
}
.theme-789theme .nivo-directionNav a {
	display:block;
	width:45px;
	height:45px;
	background-image:url(arrows.png);
    background-repeat: no-repeat;
	text-indent:-9999px;
	opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-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;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.theme-789theme:hover .nivo-directionNav a { opacity: .8; }
.theme-789theme:hover .nivo-directionNav a:hover { opacity: 1; }
.theme-789theme a.nivo-nextNav {
	background-position:-45px 0;
	right:15px;
}
.theme-789theme a.nivo-prevNav {
	left:355px;
}
.theme-789theme .nivo-caption{
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 40px 30px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	top: 0;
	width: 300px;
}
.theme-789theme .nivo-caption p{
    padding: 0;
    margin-bottom: 18px;
}
.theme-789theme .nivo-caption a.button{
    display: inline-block !important;
}
.theme-789theme .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-789theme .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-789theme .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}