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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

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;
}



a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

@media only screen and (min-width:769px){
.slider-wrapper { 
	width: 1100px; 
	margin: 2px auto;
}
}

@media only screen and (max-width:768px){
.slider-wrapper { 
	width: 100%; 
	margin: 2px auto;
}

.slider-wrapper img { 
	width: 100%; 
}
}

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