#content {
    overflow:hidden;
}
.demo {
    margin:0;
}
.collapse {
    padding:5px;
}
#switch, .switch {
  /* --- for the expand all/collaps all link --- */ 
}
.expand{
    background:#eee;
}
.expand a {
    display:block;
    padding:3px 10px
}
.expand a:link, .expand a:visited {
	text-decoration:none;
    background-image:url(jquery/expand-collapse/images/arrow-down.gif) no-repeat 98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
    text-decoration:none;
}
.expand.open a:link, .expand.open a:visited {
    background:#ccc url(jquery/expand-collapse/images/arrow-up.gif) no-repeat 98% 50%;
}
