
#slider {
/*	width:459px*/
}
.header {
/*	width:439px;*/
/*	border:1px solid #5bba64;*/
	padding:7px 0 1px 12px;
	color:#FFF;
	text-transform:uppercase;
	height:23px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(../images/accordion_bg.gif) top no-repeat;
}
.header:hover {
	background:url(../images/accordion_bg_hover.gif) top no-repeat;
}
.content {
	overflow:hidden;
}
.text {
/*	width:425px*/;
	border:1px  dashed #5bba64;
	border-top:none;
	padding:15px;
}
.text strong {
	font-weight:bold;
	font-style:italic;
	color:#2ca136;
}
