/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
    position: absolute; 
    top: 50%; 
    left: 50%;
  }
    
.content { background: url(dummy-images/coffee.jpg); }

    
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
	

	ol, ul { list-style: none; }


	
