
/*#############################################################

© 2009

Author: AT Web Project

URL: http://www.atwebproject.com

#############################################################*/

#panel {
	background:#222;
	margin: 0 auto;
	width:385px;
	height: 100px;
	display: none;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#panel p{
	margin:0;
	padding:30px 0 0 0;
	color:#fff;
	text-align:center;
}
#panel a{
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#panel a:hover{
	text-decoration: underline;
}
.slide {
	margin: 0;
	padding: 0;
	width:380px;
	border-top: solid 0px #222;
	background: url(btn-slide-2.gif) no-repeat center bottom;
}
.slide a{
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.btn-slide {
	background: url(white-arrow.gif) no-repeat right -52px;
	text-align: center;
	color: #fff;
	width: 144px;
	height: 20px;
	padding: 3px 10px 0 0;
	margin: 0 auto;
	display: block;
}
.active {
	background-position: right 7px;
}