/*
Skin Name: Nivo Slider Roxy Theme
Skin URI: http://www.coza-web.co.za
Skin Type: flexible
Description: The Roxy skin for the Nivo Slider.
Version: 1.0
Author: Roxane Lapa
Author URI: http://www.coza-web.co.za/
*/

.slider-wrapper{
}

.theme-roxy .nivoSlider {
	position: relative;
	background: #fff url('loading.gif') no-repeat 50% 50%;
    overflow: visible;

}
.theme-roxy .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.theme-roxy .nivoSlider a {
	border: 0;
	display: block;
}

.theme-roxy .nivo-controlNav {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
	text-align: center;
	padding: 0;
	z-index: 50;
}
.theme-roxy .nivo-controlNav a {
	display: inline-block;
	width: 14px;
	height: 20px;
	background: url(bullets.png) no-repeat 0 2px;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}
.theme-roxy .nivo-controlNav a.active {
	background-position: 0 100%;
}

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

.theme-roxy .nivo-caption{
    display: none;
}
