#slider {
    width: 580px;
    height: 275px;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/site_graphics/benefitsOfLIA.png);
    background-repeat: no-repeat;
    padding-top: 55px;
}
 
.scroll {
    height: 260px;
    width: 330px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    float: right;
    margin-right: 20px;
    margin-top: -200px;
}
 
.scrollContainer div.panel {
    padding:0px 20px;
    height: 260px;
    width: 300px;
}

div.panel p {
	margin-bottom: 0px;
	margin-top: 0px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    width: 230px;
    float: left;
}
 
ul.navigation li {
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: right;
}
 
ul.navigation a {
    padding: 10px;
    color: #8a5359;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
}
 
ul.navigation a:hover {
	color: #6a131e;
}
 
ul.navigation a.selected {
	font-weight: bold;
	color: #6a131e;
}
 
ul.navigation a:focus {
    outline: none;
}
 
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}
 
.scrollButtons.left {
    left: -20px;
}
 
.scrollButtons.right {
    right: -20px;
}
 
.hide {
    display: none;
}