.nivoSlider img { /* Readjust img if not fully displayed  */
padding-top:30px;
}

.nivo-caption {  
		/* ==== CAPTION COLOR -
		 Now In Site Main Styles to allow me to edit it on differents Shop Themes  */
		 
/*	background:#000;
	color:#fff;  */
	
	/* Important 
		to keep caption stay behind other website stuff such as navigation popups*/
	z-index:2; 
}

.nivo-slice { 	/* ==== THE SLIDE EFFECT -*/
	/* Important 
to maintain the slide effect behind other website stuff such as navigation popups*/
	z-index:1;
}

.theme-bar .nivo-controlNav { /* ==== NAVIGATION BAR COLOR 
			tO CHANGE REPLACE ALL THE #333333  WITH YOUR COLOR CODE 
			 Now In Site Main Styles to allow me to edit it on differents Shop Themes */
/* Important 
to maintain the slide effect behind other website stuff such as navigation popups*/
z-index:3;


/*	background: #333;
    background: -moz-linear-gradient(top,  #565656 0%, #333333 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#FF0000)); 
    background: -webkit-linear-gradient(top,  #565656 0%,#FF0000 100%); 
    background: -o-linear-gradient(top,  #565656 0%,#FF0000 100%); 
    background: -ms-linear-gradient(top,  #565656 0%,#FF0000 100%);
    background: linear-gradient(to bottom,  #565656 0%,#FF0000 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); */
 
}

.theme-bar.slider-wrapper {
	/*  border: inherit; *//* Banner border.  fett ligne noir au dessus de banner */
	  
}

 .nivo-directionNav a:hover { /* ==== PREV NEXT BUTTONS HOVER -
		 Now In Site Main Styles to allow me to edit it on differents Shop Themes  */
		 
	background-color:inherit;
}

