/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

body {
	line-height:1;
	color:black;
	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}
@media only screen and (max-width: 767px) {
	.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}
	}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.slider-wrapper{
  opacity: 0.99;
}
.theme-default a.nivo-nextNav:hover {
	opacity:1;
	z-index:2000;
}
.theme-default a.nivo-prevNav:hover  {
opacity:1;
	z-index:2000;

}