h2 {
	padding:10px;	
  	background:transparent url(images/red-arrow.gif) no-repeat scroll left center;
       display: block;
       cursor:pointer;
       cursor:hand;
}

.accordion  div {
  display:none;
}

h2.active  {
     background:transparent url(images/red-arrow-down.gif) no-repeat scroll left center;
}