#slider {
    width: 586px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 236px;
    width: 586px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
	border: 1px solid #7e7e7e;
}

.scrollContainer div.panel {
    padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:20px;
    height: 206px;
    width: 556px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

#linkcontainer {
    height: 30px;
    width: 586px;
    background-color: #FFFFFF;
	border: 1px solid #7e7e7e;
	text-align:center;
}

ul.navigation {
    list-style: none;
    margin: 8px;
    padding: 0;
	text-align:center

}

ul.navigation li {
	color: #212624;
	font-size:12px;
	font-weight:bold;
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    color: #212624;
	font-size:12px;
	font-weight:bold;
    text-decoration: none;
}

ul.navigation a:hover {
	color: #212624;
	font-size:12px;
	font-weight:bold;
    background-color: #f6f6f6;
}

ul.navigation a.selected {
	 color: #84151e;
	font-size:12px
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}


.scrollButtons {
    position: absolute;
    top: 8px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 2px;
}

.scrollButtons.right {
    right: 2px;
}

.hide {
    display: none;
}

