#content .panel p,
#content .panel h2 {
	margin-left: 0;
}

#codaSlider {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.codaScroll {
    width: 970px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.codaScrollContainer div.panel {
    padding: 0 0 0 25px;
    width: 950px;
}

/***** 
** Edited december 17, 2008 
*****/
#content ul.codaNavigation {
    list-style: none;
	margin:0 17px 0 3px;
	padding:0 0 0 12px;
	height: 37px;
    background: transparent url(../img/layout/codaNavigationShade.png) left bottom repeat-x;
}

ul.codaNavigation li {
	display: block;
	float: left;
    margin-right: 10px;
	margin-left: 0;
}

ul.codaNavigation a {
	display: block;
	float: left;
	width: auto;
	height: 25px;
	padding: 11px 11px 0 11px;
    color: #000;
    text-decoration: none;
	text-align: center;
}

ul.codaNavigation a:hover {
    background: #fff;
	padding: 10px 10px 0 10px;
	border: 1px solid #bbb;
	border-bottom: 0;
}

#content ul.codaNavigation a.selected {
    background: #fff;
    color: #e3000f;
    text-decoration: none;
	padding: 10px 10px 0 10px;
	border: 1px solid #bbb;
	border-bottom: 0;

}
/***** 
** End edited december 17, 2008 
*****/



ul.codaNavigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -35px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}