@charset "UTF-8";
#panelwidget     {
	float: left;
	width: 700px;
	height: 350px;
}
#classeswrapper {
	float: left;
	width: 700px;
	height: 350px;
	display: inline;
	margin-left: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	color: #000;
}
.homeschoolclasses {
	background-image: url(../images/homeSchoolClassScroller.png);
}
.homeschoolteachers {
	background-image: url(../images/homeSchoolTeacherScroller.png);
}


#panelwidget h2       {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	line-height: 24px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 700px;
	height: 350px;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	width: 20000em;
	position: relative;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	overflow: hidden;
	margin: 0px;
	border: none;
	float: left;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
.ClassContent {
	width: 475px;
	height: 300px;
	overflow: hidden;
	margin: 0px;
	border: none;
	float: left;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 200px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.InstructorContent {
	height: 300px;
	width: 650px;
	padding: 25px;
}

.panelpic {
	float: left;
	margin-right: 12px;
}


/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
#panelwidget a     {
	color: #E7CFA0;
}
#wrapper2 #information #scrollerwrapper {
	display: inline;
	float: left;
	width: 870px;
	margin-left: 45px;
	color: #FFF;
}
.hsinstructor {
	padding-top: 10px;
}
.hsinstructor li {
	list-style-type: none;
	float: left;
	width: 140px;
	margin-left: 5px;
	text-align: center;
	display: inline;
}
.hsinstructor li a {
	text-decoration: none;
}
.hsinstructor li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 7px;
}



.scroller {
	width: 140px;
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 5px;
	padding-top: 15px;
}
.scroller li {
	display: inline;
	height: 25px;
	width: 140px;
	float: left;
	margin-bottom: 5px;
}
.scroller li a {
	text-align: center;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	height: 25px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/redoutlinebutton.png);
}
.scroller li a:hover {
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
.scrollerBand {
	background-image: url(../images/homeSchoolClassScroller_band.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrollerOrchestra {
	background-image: url(../images/homeSchoolClassScroller_orchestra.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrollerGuitar {
	background-image: url(../images/homeSchoolClassScroller_guitar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrollerPercussion {
	background-image: url(../images/homeSchoolClassScroller_percussion.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrollerChoir {
	background-image: url(../images/homeSchoolClassScroller_choir.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrollerDiscovery {
	background-image: url(../images/homeSchoolClassScroller_discovery.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrollerPiano {
	background-image: url(../images/homeSchoolClassScroller_piano.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

