

a:focus {
	outline: none;
}
#panel {
	background: #fff;
	height: 30px;
	width: 900px;
	display: none;
	text-align: justify;
	color:#4E4E4E;
  font-size:11px;
  font-style:normal;
  font-weight:normal;
  margin-top: 15px;
  margin-left:20px;
}

#panel1 {
	background: #fff;
	height: 10px;
	width: 900px;
	display: none;
	text-align: justify;
	color:#4E4E4E;
  font-size:11px;
  font-style:normal;
  font-weight:normal;
  margin-top: 15px;
  margin-left:20px;
}


.slide {
	margin: 0;
	padding: 0;
	}
	
  .slide a{
	    color:#fff;
	}
	
	
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right 50px;
	text-align: right;
	width: 144px;
	height: 15px;
  padding-left:760px;
	margin: 0 auto;
	display: block;
	font-size:11px;
  font-style:normal;
  font-weight:normal;
	color:#000;
	text-decoration: none;
	font-size:10px;
}



.active {
	background-position: right 12px;
}

