/*
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{
}

#slider2{
	margin: 0 0 5px;
	/* height: 273px; */
	background-color: #eee;	
}

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

.theme-roxy2 .nivoSliderNoImagesFound {
	position: relative;
	background: #fff no-repeat 50% 50%;
    overflow: visible;
}

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

.theme-roxy2 .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-roxy2 .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-roxy2 .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-roxy2 .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-roxy2 .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-roxy2 a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-roxy2 a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}


}

/*  THUMBS  */


.theme-roxy2 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-roxy2 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
}
.theme-roxy2 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 100%;
	height: auto;
	/*  center vertically  */
	position: relative; 
 	top: 50%;
 	transform: translateY(-50%);
 	-webkit-transform-style: preserve-3d;
 	-moz-transform-style: preserve-3d;
 	transform-style: preserve-3d;
}





