/*a:focus {
	outline: none;
}*/
#panel {
	margin:0 0 0 0;
	background:none;
	height: auto;
	display: none;
}
.slide {
	float:left;
	width:960px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	background: url(../img/slidingTabTog.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#5ceaff;
}
.slideUp {
	float:left;
	width:960px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	background: url(../img/slidingTab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#5ceaff;
}
.btn-slide {
	text-align: center;
	width: 250px;
	height: 24px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	display: block;
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
}

.slide:hover a, .slideUp a, .slideUp:hover a{color:#003d89;}


.active {
	background-position: right 12px;
}
.slideWrap {
	float:left;
	width:960px;
	height:auto;
	background-color:#5ceaff;
}
#flashcontent p {
	color:red;
}

