#slider {
    width: 860px;
    margin: 0px 0px 0px 0px;
    position: absolute;
	color:#666666;
	border:0px solid #FFFFFF;
}

.scroll {
    height: 180px;
    width: 860px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background:none;
	border-bottom:1px dotted #999999;

}

.scrollContainer div.panel {
    padding: 10px;
    height: 160px;
    width: 840px;
	background:none;
	color:#333333;
}

.panel p {

		color:#333333;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0;
    padding-bottom: 0px;
	background:none;
}

ul.navigation li {
    display: inline;
    margin-right: 1px;
}

ul.navigation a {
    padding: 10px 10px 0px 10px;
    color: #CCCCCC;
    text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

ul.navigation a:hover {
    color: #FF3300;
}

ul.navigation a.selected {
    
	color: #FF6600;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
