#accordion h2.ui-state-active em{
	background: url(../images/arrow_closed.gif) no-repeat 0 0;
}
#accordion h2 em{
	cursor: pointer;
	float: right;
	display: inline-block;
	margin: -17px 9px 0 0 !important;
	width: 9px;
	height: 9px;
	line-height: 0;
	background: url(../images/arrow_open.gif) no-repeat 0 0;	
}