* {
	margin:0;
	padding:0;
}

#accordion,#accordion2{
	width:960px;
	float:left;
	clear:none;
}
.accordion-head{
	background:url(img/flashopen.gif) center right no-repeat;
	cursor:pointer;

}
.accordion-head:hover{
}
/* The target element should not have padding set, otherwise you'll see the effect "bouncing". */
/* see http://wiki.github.com/madrobby/scriptaculous/effect-slidedown */
.accordion-body {
	margin:0px;
}
.accordion-body p{
	background-color:#FFF;
	zoom:1;/* for IE */
}
.accordion-open,.accordion-open:hover{
	background:url(img/flashclose.gif) center right no-repeat;
	text-align: right;
}

