#slider { 
        position: relative;
        width: 100%;
}

#wrapper {
	padding: 0px;
	margin: 0px;
	color: #ff0000;
        text-shadow:black 1px 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
        font-weight: bold;
	line-height: 1.5em;
	background-color: #26231E;
	background-image: url(images/wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	width: 800px;
	padding: 0 20px 0 300px;
}

.scroll {

        width: 800px;
        overflow: auto;
        overflow-x: hidden;
        position: relative;
        clear: left;
}

.scrollContainer div.panel {
        width: 800px;
        height: 400px;
	padding: 30px 10px 10px 10px;
	overflow: hidden;
}


ul.navigation {
	width: 840px;
        list-style: none;
        margin: 0 auto;
        padding: 0;
}

ul.navigation li {
        display: inline;
        margin: 0;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	width: 100px;
	height: 35px;
	padding: 10px 0 0 0;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
        text-decoration: none;
	text-align: center;
	background: url(images/menu.png) no-repeat top center
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #ffea6e;
	background: url(images/menu_hover.png) center top no-repeat;
}

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

.scrollButtons {
       position: absolute;
       top: 300px;
       cursor: pointer;
display: none;
}

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

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

.hide {
       display: none;
}
