/*featured images*/
	#featured_image{
		background-image:none;
		width:100%;
	}
		#featured_image #page_image{
			background-image:none;
			height:298px;
			width:100%;
			margin:0 auto;
		}	
		#page_image #fade{
			position:absolute;
			display:block;
			z-index:1000;
		}
		
		/*hide the we are here marker*/
		#featured_image #page_image #we_are_here{display:none;}
	/* random images */
	#container div.dancers, #container div.ballet-shoes{
		background:#010101;
	}
		#container div.dancers #page_image{
			background:#010101 url('/images/random_headers/dancers.jpg') no-repeat center center;
			width:837px;
			height:306px;
		}
		#container div.ballet-shoes #page_image{
			background:#010101 url('/images/random_headers/ballet-shoes.jpg') no-repeat center center;
			width:837px;
			height:306px;
		}
	#container div.grass{background:#7e8923;}
		#container div.grass #page_image{
			background:#7e8923 url('/images/random_headers/grass.jpg') no-repeat center center;
			width:837px;
			height:306px;
		}
	#container div.ballet-dancer-blue{background:#10204b url('/images/ballet-dancer-header-bg.jpg') repeat-x top left;}
		#container div.ballet-dancer-blue #page_image{
			background:#10204b url('/images/random_headers/ballet-dancer-blue.jpg') no-repeat center center;
			width:837px;
			height:306px;
		}
		
	#container div.child{background:#f8fbf5 url('/images/child-header-bg.jpg') repeat-x top left;}
		#container div.child #page_image{
			background:#f8fbf5 url('/images/random_headers/child.jpg') no-repeat center center;
			width:837px;
			height:306px;
		}
		
	#container div.group{background:#010101;}
		#container div.group #page_image{
			background:#010101 url('/images/random_headers/group.jpg') no-repeat center center;
			width:900px;
			height:306px;
		}

	#container div.ballet-dancer-navy{background:#080b1d url('/images/ballet-dancer-navy-header-bg.jpg') repeat-x top left;}
		#container div.ballet-dancer-navy #page_image{
			background:#080b1d url('/images/random_headers/ballet-dancer-navy.jpg') no-repeat center center;
			width:880px;
			height:306px;
		}
		
	#container div.cello{background:#000;}
		#container div.cello #page_image{
			background:#000 url('/images/random_headers/cello.jpg') no-repeat center center;
			width:853px;
			height:306px;
		}	
		
	#container div.kids{background:#000;}
		#container div.kids #page_image{
			background:#000 url('/images/random_headers/kids.jpg') no-repeat center center;
			width:900px;
			height:306px;
		}			

	#container div.students{background:#000;}
		#container div.students #page_image{
			background:#000 url('/images/random_headers/students.jpg') no-repeat center center;
			width:815px;
			height:306px;
		}		
	/* Home page */
	#index #container #featured_image{background: url('/images/featured-image-home-repeating.jpg') no-repeat top left;}
		#index #container #featured_image #page_image{background: url('/images/featured-image-home.jpg') no-repeat top center;}
	
	/* Schools */
	.school-section #container #featured_image{
		background: #1d1b1b url('/images/header-schools.jpg') no-repeat top center;
		text-align:center;
	}
		.school-section #container #featured_image #page_image{
			height:294px;
			width:828px;
			background-image:none;
			background:transparent;
		}
		/*we are here markers*/
		#container #featured_image #page_image #we_are_here{
			display:block;
			background: url('/images/target.jpg') no-repeat top left;
			width:26px;
			height:26px;
			position:relative;
		}
			/* hide the text*/
			#featured_image #page_image #we_are_here span{display:none;}
			/* move the header*/
			#featured_image #page_image h2.school_name{margin-top:90px;}
		
	/* school news pages */
	body.map-header #container #featured_image{background-image: none;background:#fff;}
		body.map-header #container #featured_image #page_image{
			background: #fff url('/images/header-news-default.jpg') no-repeat top center;
			height:358px;
			width:800px;
		}
	
	/* school gallery */
	body#gallery div.outer_wrapper #container #featured_image{
		background-image: none;
		background:#fff;
		height:330px;		
	}
	 	body#gallery div.outer_wrapper #featured_image #page_image{
			background-image:none;
			background:#fff;
			width:800px;
		}