.contact-prev {
	float: left;
}

.contact-next {
	float: right;
}

#intro {
    padding-bottom: 10px;
}

.instruction {
	font-size: 11px;
	margin-left: 12px;
}	

.panel {
	float: left;
}

.panel h2 {
	margin-top: 20px;
	clear: both;
	border-bottom: 2px solid #eeeeee;
}

.panel h3 {
	font-size: 14px;
}	

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 25px 20px 0 20px;
    width: 580px;
}

ul.navigation-slider {
	display: block;
    list-style: none;
    width: 620px;
    height: 63px;
    margin: 5px auto 0 auto;
    padding: 0;
    background: url(../images/template/contact-nav.jpg) no-repeat 0 0;
}

.flashboards ul.navigation-slider {
    background: url(../images/template/flashboard-nav.jpg) no-repeat 0 0;
}


ul.navigation-slider li {
	margin: 0;
	padding: 0;
    display: inline;
}

ul.navigation-slider a {
	display: block;
	float: left;
	height: 63px;
    color: #000;
    text-decoration: none;
}

ul.navigation-slider #arrowgames-a a {
	width: 227px;
}

ul.navigation-slider #arrowgames-a a:hover {
	background: url(../images/template/contact-nav.jpg) no-repeat bottom left;
}

ul.navigation-slider #arrow-a a {
	width: 176px;
}

ul.navigation-slider #arrow-a a:hover {
	background: url(../images/template/contact-nav.jpg) no-repeat -227px -63px;
}

ul.navigation-slider #specialty-a a {
	width: 47px;
}

ul.navigation-slider #specialty-a a:hover {
	background: url(../images/template/contact-nav.jpg) no-repeat -403px -63px;
}

ul.navigation-slider #cowells-a a {
	width: 58px;
}

ul.navigation-slider #cowells-a a:hover {
	background: url(../images/template/contact-nav.jpg) no-repeat -450px -63px;
}

ul.navigation-slider #emax-a a {
	width: 112px;
}

ul.navigation-slider #emax-a a:hover {
	background: url(../images/template/contact-nav.jpg) no-repeat -508px -63px;
}

ul.navigation-slider #illum-a a {
	width: 183px;
}

ul.navigation-slider #illum-a a:hover, ul.navigation-slider #illum-a .selected {
	background: url(../images/template/flashboard-nav.jpg) no-repeat bottom left;
}

ul.navigation-slider #dead-a a {
	width: 134px;
}

ul.navigation-slider #dead-a a:hover, ul.navigation-slider #dead-a .selected {
	background: url(../images/template/flashboard-nav.jpg) no-repeat -183px -63px;
}

ul.navigation-slider #respond-a a {
	width: 173px;
}

ul.navigation-slider #respond-a a:hover, ul.navigation-slider #respond-a .selected  {
	background: url(../images/template/flashboard-nav.jpg) no-repeat -317px -63px;
}

ul.navigation-slider #slow-a a {
	width: 128px;
}

ul.navigation-slider #slow-a a:hover, ul.navigation-slider #slow-a .selected  {
	background: url(../images/template/flashboard-nav.jpg) no-repeat -490px -63px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	display: none;
}

.scrollButtons.left {
    left: -5px;
}

.scrollButtons.right {
    right: -5px;
}

.hide {
    display: none;
}