#slider {
	width:205px;
}

.header {
	width:197px;
	border:2px solid #3a6589;
	padding:5px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:#ffe;
	text-align:center;
	text-decoration:underline;
        color: #3a6589;
}

.header:hover {
	background:#fbe18b;
}

.content {
	overflow:hidden;
}

.text {
	width:205px;
	padding-top:5px;
}
