.slidingPanel
{
	background:#483D8B;
	padding:10px;
	margin-bottom:10px;
	border:2px ridge white;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	text-align:center;
}

.fadingContent
{
	opacity:1;
	filter:alpha(opacity=1);
}