.expandable-head-close
{
	background-image:url("arrow_close.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	cursor: pointer;
	cursor: hand; /*For IE 5*/
}

.expandable-head-open
{
	background-image:url("arrow_open.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	cursor: pointer;
	cursor: hand; /*For IE 5*/
}

.expandable-section-close
{
	display:none;
}

.expandable-section-open
{
	display:block;
}
