#slider {
	width:100%;
	color:#ccc;
}
.header {
	border:1px solid #e0e0e0;
	padding:4px 8px;
	color:#1f409a;
	font-weight:bold;
	cursor:pointer;
	background:url(/images/fp/header.gif)
}
.header:hover {
	background:url(/images/fp/header_over.gif)
}
.content {
	overflow:hidden
}
.text {
	border:1px solid #e0e0e0;
	border-top:none;
	padding:15px
}

.text li{
	list-style:disc;
	margin-left:13px;
	margin-bottom:12px;
}
.text li li{ list-style:circle}
