

#slider {
    width: 361px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 361px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 10px 10px 0;
    height: 210px;
    width: 341px;
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;

}

#contentlower_container ul.navigation li {
    float: left;
    margin: 0;
	display:block;
}

ul.navigation a {
    text-align: center;
    color: #fff;
    text-decoration: none;
	display: block;
	width: 88px;
	height: 18px;
	padding-top: 9px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.navigation a.last {
    border-right: none;
	border-bottom: 1px solid #fff;
	width: 94px;
}

ul.navigation a:hover {
    background-color: #fff;
	color: #a3360a;
}

ul.navigation li:hover {
    background-color: #fff;
	color: #a3360a;
}

ul.navigation a.selected {
    background-color: #fff;
	color: #a3360a;
}

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

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

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

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

.hide {
    display: none;
}