#slider {
  width:150px;
}

.accordHead {
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width:150px;
  padding-top:5px;
  padding-bottom:5px;
  cursor:pointer;
  color:white;
  background-position: center;
  background-repeat:no-repeat; background-attachment:scroll; background-image:url('background.gif')
}

.accordHeadOver {
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width:150px;
  padding-top:5px;
  padding-bottom:5px;
  cursor:pointer;
  color:white;
  background-position: center;
  background-repeat:no-repeat; background-attachment:scroll; background-image:url('overbtn.gif');
}

.content {
  overflow:hidden;
}

.accordian {
     width:150px; height: 15px; cursor: pointer; display:table-cell;
     vertical-align: middle; 
	 font-family: Arial,helvetica,sans-serif;
     font-size: 13px;
     text-align: left;
     margin: 0px;
     padding-left: 0px;
     font-weight: bold; color: white;
}
.accordianOver {
     width:150px; height: 15px; cursor: pointer; display:table-cell;
     vertical-align: middle;
	 font-family: Arial,helvetica,sans-serif;
     font-size: 13px; text-align: left;
     margin: 0px; padding-left: 0px;
     background-color: #00ACFF;
     font-weight: bold; color: white; 
}