/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider img {
	right: 0;
	left: auto;
}
.nivo-directionNav a.nivo-prevNav {
	right: 0;
	left: auto;
    background-image: url('arrow-right.png');
}
.nivo-directionNav a.nivo-nextNav {
	right: auto;
	left: 0;
    background-image: url('arrow-left.png');
}

@media all and (min-width: 481px) {
	
.theme-banner-small {
	float: right;
	margin: 0 2% 60px 0;
}
.theme-banner-small:nth-of-type(1) {
	margin-right: 0;
}
}
