/*
Skin Name: Nivo Slider Bar Theme
Skin URI: http://nivo.dev7studios.com
Description: The bottom bar skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: false
*/


.nivo-controlNav {
    position: absolute;
    right: 7px;
    bottom: -40px;
    z-index: 1000;
    width: 633px;
    height: 30px;
	text-align: right;
	padding: 5px 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;
	display:block !important;
	opacity:0.5;
}
.nivo-controlNav a {
	display:inline-block !important;
	width:24px;
	height:24px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 5px 5px 0 0px;
}
.nivo-controlNav a:hover {
	opacity:1 !important;
}
.nivo-controlNav a.active {
	background-position:0 -29px;
	display:inline-block !important;
	opacity:1 !important;
}

