
#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	background: url(../images/transBlack.png) transparent;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
    width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 40px 45px;
    width: 630px;
    color: #ffffff;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

table.navigation {
    margin: 0;
    padding: 0;
    text-align: right;
}

table.navigation a {
	display: block;
	padding: 7px 12px;
	margin: 0 0 0 2px;
	color: #333333;
	font: 15px/20px arial, verdana, sans-serif;
	background: url(../images/transWhite.png) transparent;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    text-decoration: none;
}

table.navigation a:hover, table.navigation a.selected {
	color: #ffffff;
	background: url(../images/transBlack.png) transparent;
}

table.navigation a.donate {
	color: #dd5522;
	font-weight: bold;
}

table.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}