body {
    background: #ebebeb url(images/allbg.gif) no-repeat center 240px;
    margin-top: 150px;	
}
li {
	line-height: 1.8em;
	margin-bottom: .5em;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .93em;
    line-height: 2.1em;
    color: #454545;
} #slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
} .scroll {
    height: 360px;
    overflow: visible;
    position: relative; /* fix for IE to respect overflow */
    clear: left;
} .scrollContainer div.panel {
    padding: 15px 20px;
    height: 210px;
    width: 570px; /* change to 560px if not using JS to remove rh.scroll */
} .scrollButtons {
    position: absolute;
    top: 245px;
    cursor: pointer;
} .scrollButtons.left {
    left: -60px;
} .scrollButtons.right {
    right: -60px;
}