/* CSS accordion menu content styling: */
02.ul.portfolio .hackadelic-sliderPanel {
03.width: 39em; /* skip this if you don't need a width limitation */
04.}
05./* CSS accordion menu title/button styling: */
06.ul.portfolio a.hackadelic-sliderButton {
07.width: 39em; /* skip this if you don't need a width limitation */
08.height: 24px; /* skip this if you don't need a specific height */
09.background: url(/i/bg/sidebar-button-bg-1.png) left top repeat-x; /* add some cool button background */
10.color: black; /* skip this if your link text color looks good on the background image*/
11.display: block; /* important: make all slider buttons expand over the whole list */
12.margin: 3px 3px; /* skip this if you don't need specific margins */
13.text-indent: 1em; /* skip this if you don't need a specific text indentation */
14.line-height: 22px;
15.font-weight: bold;
16.}
17./* CSS accordion menu title/button styling when the mouse hovers over it: */
18.ul.portfolio a.hackadelic-sliderButton:hover {
19.background: url(/i/bg/sidebar-button-bg-2.png) left top repeat-x;
20.}
21./* overall portfolio list styling */
22.ul.portfolio {
23.list-style-type: none; /* if you don't like the bullet points, remove them */
24.}
27.}
