/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
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: 10px auto;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
.slider-wrapper { 
	width: 100%; 
	margin: 0 auto;
}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
.slider-wrapper { 
	width: 100%; 
	margin: 20px auto 0;
}
}

/*Smartphone*/
@media only screen and (max-width : 380px) {
.slider-wrapper { 
	width: 100%; 
	margin: 0 auto;
}
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}