

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 820px;
    margin: 0 auto;
	*margin: -24px auto 0 auto;
    position: relative;
}

.scroll {
    /*height: 340px;*/
	height: auto;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    /*height: 300px;*/
	height: auto;
    width: 780px;
}


#shade {
    /*background: #EDEDEC url(../images/line_sep.png) no-repeat 0 0;*/
	background: transparent url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0px 0px 0px 0px;
	/**margin: -8px 0 0 0;*/
    padding: 0;
    padding-bottom: 9px;
	*padding-bottom: 8px;
	*padding-top: 8px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 6px;
	*padding: 18px 10px 10px 10px;
    color: #666;
    text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover {
    /*background-color: #f2f2f2;*/
	background-color: #5284c1;
	color: #fff;
	font-weight: bold;
}

ul.navigation a.selected {
    background-color: #5284c1;
	color: #fff;
	font-weight: bold;
}

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

.scrollButtons {
    position: absolute;
    top: 0px;
	*top: 8px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}

