/* Print Style sheet */

/* Remove unwanted elements */
#header, #navigation {
display: none;
}

.anythingSlider li h1, 
.anythingSlider li blockquote span {
	display: inline-block;
	color: #000;
	float: left;
	margin:
	}
	
/* Ensure the content spans the full width */
#wrapper, #content {
width: 100%; margin: 0; float: none;
}

