#slider {
	width:216px; 
}

.header {
	width:200px; 
	font-weight:bold; 
	cursor:pointer; 
	border-bottom: 1px solid #e0e2e2;	
	background-color: #f6f6f6;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	padding: 10px 0 10px 16px;
	text-decoration:underline;
}

.header:hover {

}

.content {
	overflow:hidden;
}

.text {
	display:block;
	width:174px; 
	text-align: center;
	padding: 20px 21px;
	background-color: #eff6f8;
	border-bottom: 1px solid #e0e2e2;		
}
