.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 110px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
display: inline;
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height:110px;  /*For users with JS disabled: Height of each content*/
background-image: url(../images/offerbg.jpg);
background-repeat: repeat-x;
}
/*CSS for example Accordion #hc1*/

#hc1 li{
	margin:0 2px 0 2px; /*Spacing between each LI container*/
	
}

#hc1 li .hpanel{
	padding: 5px;
}
#arrow1{
	background-image: url(../images/arrow_l.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 26px;
	height: 110px;
}
#arrow2{
	background-image: url(../images/arrow_r.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 26px;
	height: 110px;
}