#slider
{
	width: 100%;
	font-size: .9em;
	margin: 0;
}

.header
{
	border: 1px darkslategray dotted;
	font-weight: bold;
	margin-top: 2px;
	cursor: pointer;
	background-color: gainsboro;
	padding: 1em;
}

#slider.header a:link
{
	background-color: gainsboro;
	border-bottom: thin blue solid;
	text-decoration: none;
	color: #333;
}

.content { overflow: hidden; }

.text
{
	border: 1px dotted lightsteelblue;
	border-top: none;
	padding: 1em 2em 1em 1em;
}

a.text
{
	border-bottom: thin blue solid;
	text-decoration: none;
	background-color: lightcyan;
	color: #333;
}
