#slider {
	width:350px;
	background-color:#000033;
	

}
.header {
	cursor:pointer;
	font-size: 18px;
	text-align:center;
	padding:5px;
	border: 1px solid #666666;
	color:#ffffff;
	background-color:#000033;
	display:block;
	background-image: url(../accordian_features/images/header_nor.gif);
	background-position: bottom;
	background-color: #000033;
	background-repeat: repeat-x;
	
}


.header:hover {
    display:block;
	font-size: 18px;
	color:#ffffff;
	background-image: url(../accordian_features/images/header_over.gif);
	background-position: bottom;
	background-color: #000033;
	background-repeat: repeat-x;


}
.content {
	overflow:hidden;
	background-color: #000033;
}
.text {
	width:338px;
	font-family:"Times New Roman";
	padding:5px;
	text-align: left;
	color:#ffffff;
}

