/* 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%;
    margin: -300px 0 0 -470px; }
    
.slidercontent { background: url(dummy-images/start.jpg); }
.slidercontent h1 {
	font-size: 30px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 200px;
	color: #fff;
	line-height: 50px;  }
.slidercontent h2 {
	text-align: center; 
	font-size: 16px; 
	color: #fff; }
    
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */

