a:focus {
	outline: none;
}
#panel {
	background: #454347;
	height: 340px;
	padding: 20px;
	display: none;
	color: #b7ef0e;
}

#panel a, #panel a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #b7ef0e;
}

#panel a:hover { color: #b7ef0e; border-bottom: 1px solid #b7ef0e; }

#panel ul {
  list-style-type: none;
  padding: 0;
}

#panel ul li {
  margin: 4px 0;
}

#panel #col1 {
  float: left;
  width: 152px;
}

#panel #col2 {
  float: left;
  width: 151px;
}

#panel #mainContent {
	background: url(images/col3_bg.jpg) no-repeat;
  float: left;
  width: 491px;
  height: 323px;
  padding: 1px;
  font-size: 0;
  line-height: 0px;
}

#panel ul {
  list-style-type: circle;
  margin: 0 10px;
}

.slide {
	margin: 0;
	padding: 0;
	background: url(images/btn-slide.gif) no-repeat center top;
}

a#h2slide {
	background: none;
	display: block;
  width: 836px;
  height: 23px;
  margin: 0;

}

a#btnslide {
	background: url(images/white-arrow.gif) no-repeat center -58px;
	text-align: center;
	width: 38px; height: 21px;
	padding: 0; margin: 0 auto;
	display: block;
	text-decoration: none;
}

.active {
	background-position: center 3px;
}